mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
11 lines
206 B
Makefile
11 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bhnd/bcma
|
|
|
|
KMOD= bcma
|
|
SRCS= bcma.c bcma_subr.c bcma_erom.c
|
|
|
|
SRCS+= device_if.h bus_if.h
|
|
SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
|
|
|
|
.include <bsd.kmod.mk>
|