mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
17 lines
323 B
Makefile
17 lines
323 B
Makefile
# $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_erom_if.h \
|
|
bhnd_nvram_if.h
|
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|