|
@@ -488,6 +488,7 @@ LIB_OBJS += $(OUTPUT)tests/evsel-roundtrip-name.o
|
|
|
LIB_OBJS += $(OUTPUT)tests/evsel-tp-sched.o
|
|
|
LIB_OBJS += $(OUTPUT)tests/pmu.o
|
|
|
LIB_OBJS += $(OUTPUT)tests/hists_link.o
|
|
|
+LIB_OBJS += $(OUTPUT)tests/python-use.o
|
|
|
|
|
|
BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o
|
|
|
BUILTIN_OBJS += $(OUTPUT)builtin-bench.o
|
|
@@ -955,6 +956,9 @@ $(OUTPUT)tests/attr.o: tests/attr.c $(OUTPUT)PERF-CFLAGS
|
|
|
'-DBINDIR="$(bindir_SQ)"' \
|
|
|
$<
|
|
|
|
|
|
+$(OUTPUT)tests/python-use.o: tests/python-use.c $(OUTPUT)PERF-CFLAGS
|
|
|
+ $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DPYTHONPATH='"$(OUTPUT)/python"' $<
|
|
|
+
|
|
|
$(OUTPUT)util/config.o: util/config.c $(OUTPUT)PERF-CFLAGS
|
|
|
$(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) -DETC_PERFCONFIG='"$(ETC_PERFCONFIG_SQ)"' $<
|
|
|
|