0b3105a37d
Submitted by: Landon Fuller <landonf@landonf.org> Obtained from: https://github.com/landonf/freebsd/compare/user/landonf/bcm4331-CURRENT
11 lines
158 B
Makefile
11 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/bhnd/siba
|
|
|
|
KMOD= siba
|
|
SRCS= siba.c siba_subr.c
|
|
|
|
SRCS+= device_if.h bus_if.h bhnd_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|