freebsd-dev/sys/modules/bhnd/Makefile
Adrian Chadd 0b3105a37d Add modules support for the bhnd code.
Submitted by:	Landon Fuller <landonf@landonf.org>
Obtained from:	https://github.com/landonf/freebsd/compare/user/landonf/bcm4331-CURRENT
2016-02-26 03:34:32 +00:00

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>