The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c68126ec2594a80ac095e5ce9e6138709db75519
commit c68126ec2594a80ac095e5ce9e6138709db75519 Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2025-12-06 10:24:29 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2025-12-06 10:24:29 +0000 ath11k: add new files to module Makefile Add the new files to the module Makefile as well, so they do not get lost. --- sys/modules/ath11k/Makefile | 1 + 1 file changed, 1 insertion(+) 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
