diff options
Diffstat (limited to 'sys/modules/le/Makefile')
-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 dd202fb..d267cbe 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 |