Date: Sat, 06 Dec 2025 10:25:09 +0000 From: Bjoern A. Zeeb <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c68126ec2594 - main - ath11k: add new files to module Makefile Message-ID: <69340485.39b29.59f38284@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c68126ec2594a80ac095e5ce9e6138709db75519 commit c68126ec2594a80ac095e5ce9e6138709db75519 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-12-06 10:24:29 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> 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.chelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69340485.39b29.59f38284>
