mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
[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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue