2000-11-24 17:04:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2014-04-18 16:53:06 +00:00
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
.PATH: ${SYSDIR}/dev/ep
|
2000-11-24 17:04:51 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
KMOD= if_ep
|
2005-07-13 14:53:59 +00:00
|
|
|
SRCS= if_ep.c
|
|
|
|
SRCS+= if_ep_pccard.c pccarddevs.h card_if.h
|
|
|
|
SRCS+= if_ep_isa.c isa_if.h
|
2015-02-18 15:25:22 +00:00
|
|
|
SRCS.DEV_EISA= if_ep_eisa.c eisa_if.h
|
2005-07-13 14:53:59 +00:00
|
|
|
SRCS+= bus_if.h device_if.h
|
2000-11-24 17:04:51 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|