Date: Mon, 26 Jan 2026 10:08:56 +0000 From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a2d1fa2a2b1f - stable/14 - modules: efirt: Fix standalone build Message-ID: <69773d38.37448.2a7a6f01@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=a2d1fa2a2b1fcbedd80a35e4ba17172f646ad3d2 commit a2d1fa2a2b1fcbedd80a35e4ba17172f646ad3d2 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2026-01-26 09:42:30 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2026-01-26 10:06:47 +0000 modules: efirt: Fix standalone build This is extracted from change [1] which is not MFCed. This is a direct commit to stable/14 branch. [1] f840492b5b0d efidev: add support for memory attribute --- sys/modules/efirt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/efirt/Makefile b/sys/modules/efirt/Makefile index 2993f5de0ef6..2ba35ad2c7df 100644 --- a/sys/modules/efirt/Makefile +++ b/sys/modules/efirt/Makefile @@ -8,7 +8,7 @@ SRCS+= efirtc.c SRCS+= device_if.h bus_if.h clock_if.h .if ${MACHINE_CPUARCH} == "amd64" -SRCS+= opt_hwpmc_hooks.h opt_kstack_pages.h +SRCS+= opt_acpi.h opt_hwpmc_hooks.h opt_kstack_pages.h SRCS+= efirt_support.S DPSRCS+= assym.inc efirt_support.o: efirt_support.S assym.inchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69773d38.37448.2a7a6f01>
