mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Submitted by: Landon Fuller <landonf@landonf.org> Obtained from: https://github.com/landonf/freebsd/compare/user/landonf/bcm4331-CURRENT
10 lines
170 B
Makefile
10 lines
170 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 bhnd_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|