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

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