summaryrefslogtreecommitdiffstats
path: root/sys/modules/scc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-09-13 02:05:42 +0000
committerimp <imp@FreeBSD.org>2010-09-13 02:05:42 +0000
commit283d3bcfd2f3cc3179fc52408a83e8d40dffba1c (patch)
tree57af8dddc128f61fb4e186efbace586cbddef48b /sys/modules/scc
parent39020fcb35665f1f9bf13df2a556e27e2ccc02a4 (diff)
downloadFreeBSD-src-283d3bcfd2f3cc3179fc52408a83e8d40dffba1c.zip
FreeBSD-src-283d3bcfd2f3cc3179fc52408a83e8d40dffba1c.tar.gz
MFtbemd: use MACHINE_CPUARCH
Diffstat (limited to 'sys/modules/scc')
-rw-r--r--sys/modules/scc/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud