Have to create opt_bus.h for sys/bus.h to be happy. *sigh*
Noticed by: imp and others
This commit is contained in:
parent
9dd51f0cd2
commit
a6ed2080e7
@ -42,7 +42,7 @@ SRCS+= acpi_timer.c acpica_support.c
|
||||
SRCS+= OsdDebug.c
|
||||
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
|
||||
SRCS+= OsdStream.c OsdSynch.c OsdTable.c OsdEnvironment.c
|
||||
SRCS+= opt_acpi.h opt_ddb.h
|
||||
SRCS+= opt_acpi.h opt_bus.h opt_ddb.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h pcib_if.h isa_if.h
|
||||
.if ACPI_NO_SEMAPHORES
|
||||
CFLAGS+=-DACPI_NO_SEMAPHORES
|
||||
@ -64,6 +64,8 @@ opt_ddb.h: Makefile
|
||||
opt_ddb.h: Makefile
|
||||
echo '' >opt_ddb.h
|
||||
.endif
|
||||
opt_bus.h: Makefile
|
||||
echo '' >opt_bus.h
|
||||
|
||||
# Machine-specific code such as sleep/wakeup
|
||||
SRCS+= acpi_machdep.c acpi_wakecode.h acpi_wakeup.c
|
||||
|
Loading…
Reference in New Issue
Block a user