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

.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci

KMOD=	oldcard
SRCS=	pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
	opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
	power_if.h card_if.h pccarddevs.h

EXPORT_SYMS=	YES	# XXX evaluate

.if ${MACHINE} == "pc98"
SRCS += mecia.c
.endif

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