2006-01-31 22:34:13 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/le
|
|
|
|
|
|
|
|
KMOD= if_le
|
2007-01-20 12:53:30 +00:00
|
|
|
SRCS= am7990.c am79900.c ${if_le_cbus} ${if_le_isa} ${if_le_lebuffer}
|
|
|
|
SRCS+= ${if_le_ledma} if_le_pci.c lance.c ${lebuffer_sbus}
|
2006-05-17 21:25:23 +00:00
|
|
|
SRCS+= bus_if.h device_if.h ${isa_if} ${ofw_bus_if} pci_if.h
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
if_le_cbus= if_le_cbus.c
|
|
|
|
.else
|
|
|
|
if_le_isa= if_le_isa.c
|
|
|
|
.endif
|
|
|
|
isa_if= isa_if.h
|
|
|
|
.endif
|
2006-01-31 22:34:13 +00:00
|
|
|
|
2008-05-04 14:59:25 +00:00
|
|
|
.if ${MACHINE} == "sparc64"
|
2007-01-20 12:53:30 +00:00
|
|
|
if_le_lebuffer= if_le_lebuffer.c
|
2006-01-31 22:34:13 +00:00
|
|
|
if_le_ledma= if_le_ledma.c
|
2007-01-20 12:53:30 +00:00
|
|
|
lebuffer_sbus= lebuffer_sbus.c
|
2006-01-31 22:34:13 +00:00
|
|
|
ofw_bus_if= ofw_bus_if.h
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|