summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 6c4ee4a208..fe96e1012b 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -129,6 +129,7 @@ EXTRA_OEMAKE += "\
129# honour a JOBS variable. 129# honour a JOBS variable.
130EXTRA_OEMAKE:append:task-configure = " JOBS=1" 130EXTRA_OEMAKE:append:task-configure = " JOBS=1"
131 131
132# include/uapi/asm is for: include/uapi/asm/bpf_perf_event.h
132PERF_SRC ?= "Makefile \ 133PERF_SRC ?= "Makefile \
133 tools/arch \ 134 tools/arch \
134 tools/build \ 135 tools/build \
@@ -139,6 +140,7 @@ PERF_SRC ?= "Makefile \
139 tools/scripts \ 140 tools/scripts \
140 scripts/ \ 141 scripts/ \
141 arch/arm64/tools \ 142 arch/arm64/tools \
143 arch/${ARCH}/include/uapi/asm/ \
142 arch/${ARCH}/Makefile \ 144 arch/${ARCH}/Makefile \
143" 145"
144 146