xref: /freebsd/sys/modules/cbb/Makefile (revision 193d9e768ba63fcfb187cfd17f461f7d41345048)
110534a60SWarner Losh# $FreeBSD$
210534a60SWarner Losh
3*193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/pccbb
4c68159a6SDavid E. O'Brien
510534a60SWarner LoshKMOD=	cbb
6763cd887SWarner LoshSRCS=	pccbb.c pccbb_isa.c pccbb_pci.c \
776c4b2cbSWarner Losh	device_if.h bus_if.h power_if.h card_if.h isa_if.h pci_if.h pcib_if.h
845351268SMike Smith
95355ab20SWarner Losh.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
105355ab20SWarner LoshCFLAGS += -DNEW_PCIB
115355ab20SWarner Losh.endif
125355ab20SWarner Losh
1364db83a8SPeter Wemm.include <bsd.kmod.mk>
14