diff options
| author | Zhenlei Huang <zlei@FreeBSD.org> | 2026-01-26 09:42:30 +0000 |
|---|---|---|
| committer | Zhenlei Huang <zlei@FreeBSD.org> | 2026-01-26 10:06:47 +0000 |
| commit | a2d1fa2a2b1fcbedd80a35e4ba17172f646ad3d2 (patch) | |
| tree | 36d76444885728d89803995f1f7611e3c79633f6 /sys/modules | |
| parent | bd1a6bff90cb832c256146eef4127495e4ed80b0 (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 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 |
