Deleted Added
full compact
Makefile (299241) Makefile (300445)
1# $FreeBSD: head/sys/modules/bhnd/bhndb/Makefile 299241 2016-05-08 19:14:05Z adrian $
1# $FreeBSD: head/sys/modules/bhnd/bhndb/Makefile 300445 2016-05-23 03:47:44Z adrian $
2
3.PATH: ${.CURDIR}/../../../dev/bhnd/bhndb
4
5KMOD= bhndb
6SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
2
3.PATH: ${.CURDIR}/../../../dev/bhnd/bhndb
4
5KMOD= bhndb
6SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
7 bhnd_bhndb.c \
7 bhndb_bus_if.c bhndb_bus_if.h \
8 bhndb_if.c bhndb_if.h
9SRCS+= bhnd_bus_if.h \
10 bhnd_chipc_if.h \
11 bhnd_nvram_if.h
12
13SRCS+= device_if.h bus_if.h pci_if.h
14
15.include <bsd.kmod.mk>
8 bhndb_bus_if.c bhndb_bus_if.h \
9 bhndb_if.c bhndb_if.h
10SRCS+= bhnd_bus_if.h \
11 bhnd_chipc_if.h \
12 bhnd_nvram_if.h
13
14SRCS+= device_if.h bus_if.h pci_if.h
15
16.include <bsd.kmod.mk>