Add madt.c to the list of sources for i386.

Approved by:	re (scottl / blanket)
This commit is contained in:
John Baldwin 2003-12-03 21:10:02 +00:00
parent 6afad3b055
commit 559b9254c4

View File

@ -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