]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cbb/Makefile
Factor out generic IP over infiniband, IPoIB, definitions and code
[FreeBSD/FreeBSD.git] / sys / modules / cbb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/pccbb
4
5 KMOD=   cbb
6 SRCS=   pccbb.c pccbb_pci.c \
7         device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
8
9 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
10 CFLAGS += -DNEW_PCIB
11 .endif
12
13 .include <bsd.kmod.mk>