summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/usb/Makefile')
-rw-r--r--sys/modules/usb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index 7f43e2b..dc4c178 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -35,16 +35,16 @@ SUBDIR += uether aue axe cdce cue kue rue udav uhso
SUBDIR += usfs umass urio
SUBDIR += quirk template
-.if ${MACHINE_ARCH} == "amd64"
+.if ${MACHINE_CPUARCH} == "amd64"
_urtw= urtw
.endif
-.if ${MACHINE_ARCH} == "arm"
+.if ${MACHINE_CPUARCH} == "arm"
_at91dci= at91dci
_atmegadci= atmegadci
.endif
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_CPUARCH} == "i386"
_urtw= urtw
.endif
OpenPOWER on IntegriCloud