- Fix make
in sys/modules/bhnd
Approved by: landonf Differential Revision: https://reviews.freebsd.org/D7774
This commit is contained in:
parent
72818dba17
commit
30c35b9b92
@ -37,6 +37,8 @@ SRCS+= bhnd_nvram_if.c bhnd_nvram_if.h
|
||||
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
||||
SRCS+= opt_global.h
|
||||
|
||||
SUBDIR= bcma \
|
||||
bcma_bhndb \
|
||||
bhndb \
|
||||
|
@ -6,6 +6,6 @@ KMOD= bcma
|
||||
SRCS= bcma.c bcma_subr.c bcma_erom.c
|
||||
|
||||
SRCS+= device_if.h bus_if.h
|
||||
SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
|
||||
SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -7,6 +7,6 @@ SRCS= bcma_bhndb.c
|
||||
|
||||
SRCS+= bhnd_bus_if.h bhnd_erom_if.h
|
||||
SRCS+= bhndb_bus_if.h bhndb_if.h
|
||||
SRCS+= device_if.h bus_if.h
|
||||
SRCS+= device_if.h bus_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -12,6 +12,6 @@ SRCS+= bhnd_bus_if.h \
|
||||
bhnd_erom_if.h \
|
||||
bhnd_nvram_if.h
|
||||
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -8,6 +8,6 @@ SRCS= bhndb_pci.c bhndb_pci_hwdata.c \
|
||||
SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
|
||||
SRCS+= bhnd_nvram_if.h
|
||||
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,6 +5,6 @@
|
||||
|
||||
KMOD= bhnd_pci
|
||||
SRCS= bhnd_pci.c bhnd_pcie2.c
|
||||
SRCS+= device_if.h bus_if.h bhnd_bus_if.h
|
||||
SRCS+= device_if.h bus_if.h bhnd_bus_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -6,6 +6,6 @@
|
||||
KMOD= bhnd_pci_hostb
|
||||
SRCS= bhnd_pci_hostb.c bhnd_pcie2_hostb.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h \
|
||||
bhnd_bus_if.h bhnd_chipc_if.h
|
||||
bhnd_bus_if.h bhnd_chipc_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -6,6 +6,6 @@
|
||||
KMOD= bhnd_pcib
|
||||
SRCS= bhnd_pcib.c bhnd_pcie2b.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h \
|
||||
bhnd_bus_if.h
|
||||
bhnd_bus_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -7,6 +7,6 @@ SRCS= siba.c siba_subr.c \
|
||||
siba_erom.c
|
||||
|
||||
SRCS+= device_if.h bus_if.h
|
||||
SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
|
||||
SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -7,6 +7,6 @@ SRCS= siba_bhndb.c
|
||||
|
||||
SRCS+= bhnd_bus_if.h bhnd_erom_if.h
|
||||
SRCS+= bhndb_bus_if.h bhndb_if.h
|
||||
SRCS+= device_if.h bus_if.h
|
||||
SRCS+= device_if.h bus_if.h opt_global.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user