aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 3158f457b6ae..1539eb4d97a0 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -958,7 +958,7 @@ $(OUTPUT)tests/attr.o: tests/attr.c $(OUTPUT)PERF-CFLAGS
958 958
959$(OUTPUT)tests/python-use.o: tests/python-use.c $(OUTPUT)PERF-CFLAGS 959$(OUTPUT)tests/python-use.o: tests/python-use.c $(OUTPUT)PERF-CFLAGS
960 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) \ 960 $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) \
961 -DPYTHONPATH='"$(OUTPUT)/python"' \ 961 -DPYTHONPATH='"$(OUTPUT)python"' \
962 -DPYTHON='"$(PYTHON_WORD)"' \ 962 -DPYTHON='"$(PYTHON_WORD)"' \
963 $< 963 $<
964 964