summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c883d14d0b5a..990623c494f5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2029,6 +2029,11 @@ _tcsh=bin/csh
_libmagic=lib/libmagic
.endif
+.if (${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
+ ${MACHINE_CPUARCH} == "powerpc")
+_jevents=lib/libpmcstat/pmu-events
+.endif
+
# kernel-toolchain skips _cleanobj, so handle cleaning up previous
# build-tools directories if needed.
.if !defined(NO_CLEAN) && make(kernel-toolchain)
@@ -2039,6 +2044,7 @@ _bt_clean= ${CLEANDIR}
${_tcsh} \
bin/sh \
${LOCAL_TOOL_DIRS} \
+ ${_jevents} \
lib/ncurses/ncurses \
lib/ncurses/ncursesw \
${_rescue} \