]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/le/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / modules / le / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/le
4
5 KMOD=   if_le
6 SRCS=   am7990.c am79900.c ${if_le_isa} ${if_le_lebuffer}
7 SRCS+=  ${if_le_ledma} if_le_pci.c lance.c ${lebuffer_sbus}
8 SRCS+=  bus_if.h device_if.h ${isa_if} ${ofw_bus_if} pci_if.h
9
10 .if ${MACHINE_CPUARCH} == "i386"
11 if_le_isa=      if_le_isa.c
12 isa_if=         isa_if.h
13 .endif
14
15 .if ${MACHINE} == "sparc64"
16 if_le_lebuffer= if_le_lebuffer.c
17 if_le_ledma=    if_le_ledma.c
18 lebuffer_sbus=  lebuffer_sbus.c
19 ofw_bus_if=     ofw_bus_if.h
20 .endif
21
22 .include <bsd.kmod.mk>