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

17 lines
323 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/bhnd/bhndb
KMOD= bhndb
SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
bhnd_bhndb.c \
bhndb_bus_if.c bhndb_bus_if.h \
bhndb_if.c bhndb_if.h
SRCS+= bhnd_bus_if.h \
bhnd_chipc_if.h \
bhnd_erom_if.h \
bhnd_nvram_if.h
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>