]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bhnd/bcma/Makefile
Merge lldb trunk r338150, and resolve conflicts.
[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
9 SRCS+=  bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
10
11 .include <bsd.kmod.mk>