opnsense-src/sys/modules/bhnd/cores/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

8 lines
101 B
Makefile

# $FreeBSD$
SUBDIR= bhnd_chipc \
bhnd_pci \
bhnd_pci_hostb \
bhnd_pcib
.include <bsd.subdir.mk>