Date: Mon, 15 Dec 2025 18:09:58 +0000 From: Bjoern A. Zeeb <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: caf7a30d6b7f - stable/15 - ath11k: add new files to module Makefile Message-ID: <69404ef6.235a6.301481a0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=caf7a30d6b7f1eed4be34316e1eea51b1cc6d17c commit caf7a30d6b7f1eed4be34316e1eea51b1cc6d17c 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-15 18:09:21 +0000 ath11k: add new files to module Makefile Add the new files to the module Makefile as well, so they do not get lost. (cherry picked from commit c68126ec2594a80ac095e5ce9e6138709db75519) --- 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?69404ef6.235a6.301481a0>
