summaryrefslogtreecommitdiffstats
path: root/sys/modules/ep/Makefile
blob: 23edb129655ff7cdf14d8ccc94d801a213a91ce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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