Add madt.c to the list of sources for i386.
Approved by: re (scottl / blanket)
This commit is contained in:
parent
6afad3b055
commit
559b9254c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user