Clean all the object files whether or not ACPI_DEBUG is specified.

This commit is contained in:
Nate Lawson 2004-02-28 19:51:44 +00:00
parent 768bbd68cc
commit e8577ac876

View File

@ -72,7 +72,7 @@ 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 ${DBSRC}
CLEANFILES+= acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin ${DBSRC:.c=.o}
acpi_wakecode.h: acpi_wakecode.S
${MAKE} -f ${.CURDIR}/../../../${MACHINE_ARCH}/acpica/Makefile \