Deleted Added
full compact
Makefile (158712) Makefile (166144)
1# $FreeBSD: head/sys/modules/le/Makefile 158712 2006-05-17 21:25:23Z marius $
1# $FreeBSD: head/sys/modules/le/Makefile 166144 2007-01-20 12:53:30Z marius $
2
3.PATH: ${.CURDIR}/../../dev/le
4
5KMOD= if_le
2
3.PATH: ${.CURDIR}/../../dev/le
4
5KMOD= if_le
6SRCS= am7990.c am79900.c ${if_le_cbus} ${if_le_isa} ${if_le_ledma}
7SRCS+= if_le_pci.c lance.c
6SRCS= am7990.c am79900.c ${if_le_cbus} ${if_le_isa} ${if_le_lebuffer}
7SRCS+= ${if_le_ledma} if_le_pci.c lance.c ${lebuffer_sbus}
8SRCS+= bus_if.h device_if.h ${isa_if} ${ofw_bus_if} pci_if.h
9
10.if ${MACHINE_ARCH} == "i386"
11.if ${MACHINE} == "pc98"
12if_le_cbus= if_le_cbus.c
13.else
14if_le_isa= if_le_isa.c
15.endif
16isa_if= isa_if.h
17.endif
18
19.if ${MACHINE_ARCH} == "sparc64"
8SRCS+= bus_if.h device_if.h ${isa_if} ${ofw_bus_if} pci_if.h
9
10.if ${MACHINE_ARCH} == "i386"
11.if ${MACHINE} == "pc98"
12if_le_cbus= if_le_cbus.c
13.else
14if_le_isa= if_le_isa.c
15.endif
16isa_if= isa_if.h
17.endif
18
19.if ${MACHINE_ARCH} == "sparc64"
20if_le_lebuffer= if_le_lebuffer.c
20if_le_ledma= if_le_ledma.c
21if_le_ledma= if_le_ledma.c
22lebuffer_sbus= lebuffer_sbus.c
21ofw_bus_if= ofw_bus_if.h
22.endif
23
24.include <bsd.kmod.mk>
23ofw_bus_if= ofw_bus_if.h
24.endif
25
26.include <bsd.kmod.mk>