[bhnd] add missing bus interface SRC bits, required after the last source import.
This commit is contained in:
parent
6e2a4a5f48
commit
7bc47ad999
@ -4,7 +4,7 @@
|
||||
|
||||
KMOD= bhnd
|
||||
SRCS= bhnd.c bhnd_subr.c \
|
||||
bhnd_bus_if.c bhnd_bus_if.h
|
||||
bhnd_bus_if.c bhnd_bus_if.h bhnd_nvram_if.h
|
||||
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
KMOD= bcma_bhndb
|
||||
SRCS= bcma_bhndb.c
|
||||
|
||||
SRCS+= bhnd_bus_if.h bhndb_if.h
|
||||
SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,7 +5,8 @@
|
||||
KMOD= bhndb
|
||||
SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
|
||||
bhndb_bus_if.c bhndb_bus_if.h \
|
||||
bhndb_if.c bhndb_if.h
|
||||
bhndb_if.c bhndb_if.h \
|
||||
bhnd_bus_if.h
|
||||
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../../dev/bhnd/nvram
|
||||
|
||||
KMOD= bhnd_nvram
|
||||
SRCS= bhnd_nvram_if.c bhnd_nvram_if.h
|
||||
SRCS= bhnd_nvram_if.c bhnd_nvram_if.h bhnd_bus_if.h
|
||||
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
KMOD= siba_bhndb
|
||||
SRCS= siba_bhndb.c
|
||||
|
||||
SRCS+= bhnd_bus_if.h bhndb_if.h
|
||||
SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
|
||||
SRCS+= device_if.h bus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user