xref: /freebsd-14.2/sys/modules/cbb/Makefile (revision 031beb4e)
110534a60SWarner Losh
2193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/pccbb
3c68159a6SDavid E. O'Brien
410534a60SWarner LoshKMOD=	cbb
5*7b9439d0SWarner LoshSRCS=	pccbb.c pccbb_pci.c \
6*7b9439d0SWarner Losh	device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
745351268SMike Smith
85355ab20SWarner Losh.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
95355ab20SWarner LoshCFLAGS += -DNEW_PCIB
105355ab20SWarner Losh.endif
115355ab20SWarner Losh
1264db83a8SPeter Wemm.include <bsd.kmod.mk>
13