]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bhnd/siba/Makefile
MFV 2.0-rc2
[FreeBSD/FreeBSD.git] / sys / modules / bhnd / siba / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/bhnd/siba
4
5 KMOD=   siba
6 SRCS=   siba.c siba_subr.c \
7         siba_erom.c
8
9 SRCS+=  device_if.h bus_if.h
10 SRCS+=  bhnd_bus_if.h bhnd_chipc_if.h \
11         bhnd_erom_if.h bhnd_pmu_if.h \
12         bhnd_pwrctl_if.h
13
14 .include <bsd.kmod.mk>