diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-08-23 06:13:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-08-23 06:13:29 +0000 |
| commit | c09808d0d611d103bece3d41886b87de160900c0 (patch) | |
| tree | dd466dcfdfc46ee58c9cffd158a8267cf4f0db43 /sys/modules/le | |
| parent | 90db41b62bf17f2260ea09d543fedf2f68a33865 (diff) | |
Notes
Diffstat (limited to 'sys/modules/le')
| -rw-r--r-- | sys/modules/le/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/le/Makefile b/sys/modules/le/Makefile index dd202fb89553..d267cbec2c26 100644 --- a/sys/modules/le/Makefile +++ b/sys/modules/le/Makefile @@ -7,7 +7,7 @@ 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} SRCS+= bus_if.h device_if.h ${isa_if} ${ofw_bus_if} pci_if.h -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE_CPUARCH} == "i386" .if ${MACHINE} == "pc98" if_le_cbus= if_le_cbus.c .else |
