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

.PATH:	${.CURDIR}/../../dev/ep
.PATH:	${.CURDIR}/../../i386/isa

KMOD	= if_ep
SRCS	= if_ep.c if_ep_pccard.c elink.c
SRCS	+= if_ep_isa.c
#SRCS	+= if_ep_eisa.c
#SRCS	+= if_ep_mca.c

SRCS	+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h

.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif

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