freebsd-dev/sys/modules/bhnd/bhndb/Makefile

17 lines
305 B
Makefile
Raw Normal View History

# $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_nvram_if.h
2016-05-05 06:58:30 +00:00
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>