diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-12-06 10:24:29 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-12-06 10:24:29 +0000 |
| commit | c68126ec2594a80ac095e5ce9e6138709db75519 (patch) | |
| tree | 52063ddfd5c61d4953e1abf8bdf91a351eb33c34 | |
| parent | 9c2f321630894b40c1ec51ece881c7c765d6d749 (diff) | |
ath11k: add new files to module Makefile
Add the new files to the module Makefile as well, so they do not get lost.
| -rw-r--r-- | sys/modules/ath11k/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ath11k/Makefile b/sys/modules/ath11k/Makefile index fb610117dfa5..42aa9b9936cd 100644 --- a/sys/modules/ath11k/Makefile +++ b/sys/modules/ath11k/Makefile @@ -11,6 +11,7 @@ SRCS+= core.c hal.c hal_tx.c hal_rx.c SRCS+= wmi.c mac.c reg.c htc.c qmi.c SRCS+= dp.c dp_tx.c dp_rx.c debug.c SRCS+= ce.c peer.c dbring.c hw.c +SRCS+= coredump.c fw.c p2p.c SRCS+= mhi.c pci.c pcic.c |
