[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set
Add opt_platform.h and opt_acpi.h to the dependencies so modules can be built as a part of buildworld when MODULES_WITH_WORLD is set Reported by: Andre Albsmeier (for 11-stable) MFC after: 1 day
This commit is contained in:
parent
344e2bb970
commit
a5d8db32f8
@ -3,6 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../dev/gpio
|
||||
KMOD= bytgpio
|
||||
SRCS= bytgpio.c
|
||||
SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h
|
||||
SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h opt_acpi.h opt_platform.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -3,6 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../dev/intel
|
||||
KMOD= intelspi
|
||||
SRCS= spi.c
|
||||
SRCS+= acpi_if.h device_if.h bus_if.h spibus_if.h
|
||||
SRCS+= acpi_if.h device_if.h bus_if.h opt_acpi.h spibus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user