From 283d3bcfd2f3cc3179fc52408a83e8d40dffba1c Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 13 Sep 2010 02:05:42 +0000 Subject: MFtbemd: use MACHINE_CPUARCH --- sys/modules/scc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/scc') diff --git a/sys/modules/scc/Makefile b/sys/modules/scc/Makefile index c1678b7..8a40e0b 100644 --- a/sys/modules/scc/Makefile +++ b/sys/modules/scc/Makefile @@ -5,7 +5,7 @@ .if ${MACHINE} == "sparc64" scc_bfe= scc_bfe_ebus.c scc_bfe_sbus.c .endif -.if ${MACHINE_ARCH} == "powerpc" +.if ${MACHINE_CPUARCH} == "powerpc" scc_bfe= scc_bfe_macio.c scc_bfe_quicc.c .endif -- cgit v1.1