2016-02-26 03:34:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bhnd/bhndb
|
|
|
|
|
|
|
|
KMOD= bhndb
|
|
|
|
SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
|
|
|
|
bhndb_bus_if.c bhndb_bus_if.h \
|
2016-05-02 18:48:37 +00:00
|
|
|
bhndb_if.c bhndb_if.h \
|
|
|
|
bhnd_bus_if.h
|
2016-02-26 03:34:32 +00:00
|
|
|
|
2016-05-05 06:58:30 +00:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
2016-02-26 03:34:32 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|