mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
12 lines
213 B
Makefile
12 lines
213 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bhnd/bcma
|
|
|
|
KMOD= bcma_bhndb
|
|
SRCS= bcma_bhndb.c
|
|
|
|
SRCS+= bhnd_bus_if.h bhnd_erom_if.h
|
|
SRCS+= bhndb_bus_if.h bhndb_if.h
|
|
SRCS+= device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|