diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-12-03 21:10:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-12-03 21:10:02 +0000 |
| commit | 559b9254c472f2de37a7900d796b09ef2f93d17e (patch) | |
| tree | eab9dac2613351c2340d4e40134ed0157c5733ff /sys/modules | |
| parent | 6afad3b0552116f7075ed9eb78eda5ae5557a871 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/acpi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile index b81c2cc4c882..ce331e091533 100644 --- a/sys/modules/acpi/Makefile +++ b/sys/modules/acpi/Makefile @@ -70,6 +70,9 @@ opt_ddb.h: Makefile # Machine-specific code such as sleep/wakeup SRCS+= acpi_machdep.c acpi_wakecode.h acpi_wakeup.c +.if ${MACHINE} == "i386" +SRCS+= madt.c +.endif CLEANFILES+= acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin acpi_wakecode.h: acpi_wakecode.S |
