fd73394505
Submitted by: Landon Fuller <landonf@landonf.org> Obtained from: https://github.com/landonf/freebsd/compare/user/landonf/bcm4331-CURRENT
22 lines
282 B
Makefile
22 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/bhnd
|
|
|
|
KMOD= bhnd
|
|
SRCS= bhnd.c bhnd_subr.c \
|
|
bhnd_bus_if.c bhnd_bus_if.h
|
|
|
|
SRCS+= device_if.h bus_if.h
|
|
|
|
SUBDIR= bcma \
|
|
bcma_bhndb \
|
|
bhndb \
|
|
bhndb_pci \
|
|
cores \
|
|
nvram \
|
|
siba \
|
|
siba_bhndb
|
|
|
|
.include <bsd.kmod.mk>
|
|
.include <bsd.subdir.mk>
|