]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bhnd/bcma/Makefile
Document r328139, du(1) '--si' option.
[FreeBSD/FreeBSD.git] / sys / modules / bhnd / bcma / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/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>