1# $FreeBSD$
2
3.PATH:	${SRCTOP}/sys/dev/bhnd/bcma
4
5KMOD=	bcma
6SRCS=	bcma.c bcma_subr.c bcma_erom.c
7
8SRCS+=	device_if.h bus_if.h
9SRCS+=	bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
10
11.include <bsd.kmod.mk>
12