git: a2d1fa2a2b1f - stable/14 - modules: efirt: Fix standalone build

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Mon, 26 Jan 2026 10:08:56 UTC
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.inc