opnsense-src/sys/modules/bhnd/bcma_bhndb/Makefile
Li-Wen Hsu dc88573ff1 Revert r308107
Requested by:	jhb
2016-10-30 22:18:22 +00:00

12 lines
213 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/bhnd/bcma
KMOD= bcma_bhndb
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
.include <bsd.kmod.mk>