MFV r302003,r302037,r302038,r302056:
[freebsd.git] / sys / modules / bhnd / bcma / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/bhnd/bcma
4
5 KMOD=   bcma
6 SRCS=   bcma.c bcma_subr.c bcma_erom.c
7
8 SRCS+=  device_if.h bus_if.h bhnd_bus_if.h
9
10 .include <bsd.kmod.mk>