Add opt_platform.h for several modules that have #ifdef FDT in the source.
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
This commit is contained in:
parent
c33e3a642b
commit
74ca7bf1d4
@ -13,6 +13,7 @@ SRCS= \
|
||||
iicbus_if.h \
|
||||
iiconf.c \
|
||||
iiconf.h \
|
||||
opt_platform.h \
|
||||
|
||||
.if !empty(OPT_FDT)
|
||||
SRCS+= ofw_iicbus.c ofw_bus_if.h
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/dev/isl
|
||||
KMOD = isl
|
||||
SRCS = isl.c device_if.h bus_if.h iicbus_if.h
|
||||
SRCS = isl.c device_if.h bus_if.h iicbus_if.h opt_platform.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -9,6 +9,7 @@ SRCS= at45d.c
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
opt_platform.h \
|
||||
spibus_if.h \
|
||||
|
||||
.if !empty(OPT_FDT)
|
||||
|
@ -9,6 +9,7 @@ SRCS= mx25l.c
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
opt_platform.h \
|
||||
spibus_if.h \
|
||||
|
||||
.if !empty(OPT_FDT)
|
||||
|
@ -13,6 +13,7 @@ SRCS+= ofw_spibus.c ofw_bus_if.h
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
opt_platform.h \
|
||||
spibus_if.c \
|
||||
spibus_if.h \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user