2000-09-24 09:13:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/ed
|
|
|
|
|
|
|
|
KMOD= if_ed
|
|
|
|
SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c
|
2000-10-21 02:44:11 +00:00
|
|
|
|
|
|
|
.if ${MACHINE} == "pc98"
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= if_ed_cbus.c
|
2000-10-21 02:44:11 +00:00
|
|
|
.else
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= if_ed_isa.c
|
2000-10-21 02:44:11 +00:00
|
|
|
.endif
|
|
|
|
|
2001-09-30 01:59:11 +00:00
|
|
|
SRCS+= opt_ed.h opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h \
|
2004-05-26 00:53:10 +00:00
|
|
|
miibus_if.h pccarddevs.h
|
2000-09-24 09:13:54 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|