[bhnd] Add support for querying the attachment type of the bhnd bus.
[freebsd.git] / sys / modules / bhnd / bhndb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../dev/bhnd/bhndb
4
5 KMOD=   bhndb
6 SRCS=   bhndb.c bhndb_subr.c bhndb_hwdata.c \
7         bhnd_bhndb.c \
8         bhndb_bus_if.c bhndb_bus_if.h \
9         bhndb_if.c bhndb_if.h
10 SRCS+=  bhnd_bus_if.h \
11         bhnd_chipc_if.h \
12         bhnd_nvram_if.h
13
14 SRCS+=  device_if.h bus_if.h pci_if.h
15
16 .include <bsd.kmod.mk>