diff options
| author | ShengYi Hung <aokblast@FreeBSD.org> | 2025-07-19 17:07:27 +0000 |
|---|---|---|
| committer | ShengYi Hung <aokblast@FreeBSD.org> | 2025-07-22 04:45:29 +0000 |
| commit | f840492b5b0d5c9e7d6d7d7dc25c260bc4d63ba2 (patch) | |
| tree | aca00050f9ae8cefb111d57b7fd504205489462f /sys/modules | |
| parent | 386960a8805edc6d5ac6bb6215ad102a83314549 (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/efirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/efirt/Makefile b/sys/modules/efirt/Makefile index 4738996fd4e6..c46484465b68 100644 --- a/sys/modules/efirt/Makefile +++ b/sys/modules/efirt/Makefile @@ -9,7 +9,7 @@ SRCS+= device_if.h bus_if.h clock_if.h DPSRCS+= assym.inc .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 .endif efirt_support.o: efirt_support.S assym.inc |
