]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bhnd/bhndb/Makefile
MFV r341618:
[FreeBSD/FreeBSD.git] / sys / modules / bhnd / bhndb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/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_erom_if.h \
13         bhnd_pwrctl_hostb_if.h \
14         bhnd_nvram_if.h
15
16 SRCS+=  device_if.h bus_if.h pci_if.h
17
18 .include <bsd.kmod.mk>