1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

There's already the elink.ko module available, don't embed it here.

Reviewed by:	markm
This commit is contained in:
Ruslan Ermilov 2003-08-02 18:46:02 +00:00
parent 6daa108fd1
commit 889109df01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118364

View File

@ -1,10 +1,9 @@
# $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.c if_ep_pccard.c
SRCS+= if_ep_isa.c
#SRCS+= if_ep_eisa.c
#SRCS+= if_ep_mca.c