aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2024-11-04 11:34:58 -0300
committerNamhyung Kim <[email protected]>2024-11-04 22:23:26 -0800
commita52143aa2127aa92b11b3936b606de81d1ef6ef3 (patch)
tree3b67b4f4d8e89c3d35411ed16192548f100e6d87
parent6e0e0a18632630bbe2f3e97c79d154ae1faf64df (diff)
perf test: Remove dangling CFLAGS for removed attr.o object
Since the C test wrapper for attr.py was removed we don't have an attr.o object for that CFLAGS_attr.o to apply for, remove it. Fixes: 3a447031f5fc21c4 ("perf test: Remove C test wrapper for attr.py") Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Cc: Athira Rajeev <[email protected]> Cc: Howard Chu <[email protected]> Cc: James Clark <[email protected]> Cc: Leo Yan <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: Thomas Richter <[email protected]> Cc: Veronika Molnarova <[email protected]> Cc: Weilin Wang <[email protected]> Cc: Ze Gao <[email protected]> Cc: zhaimingbing <[email protected]> Link: https://lore.kernel.org/r/ZyjbksKYnV22zmz-@x1 Signed-off-by: Namhyung Kim <[email protected]>
-rw-r--r--tools/perf/tests/Build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/Build b/tools/perf/tests/Build
index 03cbdf7c50a0..01ed9335db4d 100644
--- a/tools/perf/tests/Build
+++ b/tools/perf/tests/Build
@@ -72,7 +72,6 @@ ifeq ($(SRCARCH),$(filter $(SRCARCH),x86 arm arm64 powerpc))
perf-test-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
endif
-CFLAGS_attr.o += -DBINDIR="BUILD_STR($(bindir_SQ))" -DPYTHON="BUILD_STR($(PYTHON_WORD))"
CFLAGS_python-use.o += -DPYTHONPATH="BUILD_STR($(OUTPUT)python)" -DPYTHON="BUILD_STR($(PYTHON_WORD))"
CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls