11 lines
170 B
Makefile
11 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>
|