aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cardbus/Makefile
blob: 16c2659c8a618779955cf12f6f0d1043ef5a4525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

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

KMOD=	cardbus
SRCS=	cardbus.c cardbus_cis.c cardbus_device.c \
	device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h

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

.include <bsd.kmod.mk>