summaryrefslogtreecommitdiffstats
path: root/sys/modules/hwpmc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hwpmc/Makefile')
-rw-r--r--sys/modules/hwpmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile
index 1febf54..b295a67 100644
--- a/sys/modules/hwpmc/Makefile
+++ b/sys/modules/hwpmc/Makefile
@@ -28,7 +28,7 @@ SRCS+= device_if.h bus_if.h
SRCS+= hwpmc_ia64.c
.endif
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_CPUARCH} == "powerpc"
SRCS+= hwpmc_powerpc.c
.endif
OpenPOWER on IntegriCloud