summaryrefslogtreecommitdiffstats
path: root/sys/modules/cbb/Makefile
blob: aa706e87a4063e5f28f779b35a316da3b0ef86c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/pccbb

KMOD=	cbb
SRCS=	pccbb.c pccbb_isa.c pccbb_pci.c \
	device_if.h bus_if.h power_if.h card_if.h isa_if.h pci_if.h pcib_if.h

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
CFLAGS += -DNEW_PCIB
.endif

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud