summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
diff options
context:
space:
mode:
authorJames Clark <james.clark@linaro.org>2026-07-15 15:53:51 +0100
committerNamhyung Kim <namhyung@kernel.org>2026-07-25 22:25:00 -0700
commitb2d4225695e6977cd7802fe425d8caa5822a5e7d (patch)
treea8d1eb3f14770911208e7ae91fb9874801ee3c54 /tools/testing/selftests/bpf/Makefile
parent738d0cc77e4e7f7fdc91d9f48c3b15d3cbb046ed (diff)
downloadlinux-next-b2d4225695e6977cd7802fe425d8caa5822a5e7d.tar.gz
linux-next-b2d4225695e6977cd7802fe425d8caa5822a5e7d.zip
tools/build: selftests: Remove some duplicate toolchain definitions
Try to remove some, but not all duplicate toolchain definitions. In these instances, their makefiles already include tools/scripts/Makefile.include which defines these in a consistent way. STRIP is the only one that was set with an '=', but I don't think it was significant so that difference can be dropped. Signed-off-by: James Clark <james.clark@linaro.org> Reviewed-by: Ian Rogers <irogers@google.com> Acked-by: Ihor Solodrai <ihor.solodrai@linux.dev> Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
-rw-r--r--tools/testing/selftests/bpf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index b642ee489ea6..a1a4ae763659 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -3,7 +3,6 @@ include ../../../build/Build.include
include ../../../scripts/Makefile.arch
include ../../../scripts/Makefile.include
-CXX ?= $(CROSS_COMPILE)g++
OBJCOPY ?= $(CROSS_COMPILE)objcopy
CURDIR := $(abspath .)