diff options
| author | James Clark <james.clark@linaro.org> | 2026-07-15 15:53:51 +0100 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2026-07-25 22:25:00 -0700 |
| commit | b2d4225695e6977cd7802fe425d8caa5822a5e7d (patch) | |
| tree | a8d1eb3f14770911208e7ae91fb9874801ee3c54 /tools/lib/api/Makefile | |
| parent | 738d0cc77e4e7f7fdc91d9f48c3b15d3cbb046ed (diff) | |
| download | linux-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/lib/api/Makefile')
| -rw-r--r-- | tools/lib/api/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile index 8665c799e0fa..a228fdb5adba 100644 --- a/tools/lib/api/Makefile +++ b/tools/lib/api/Makefile @@ -9,10 +9,6 @@ srctree := $(patsubst %/,%,$(dir $(srctree))) #$(info Determined 'srctree' to be $(srctree)) endif -CC ?= $(CROSS_COMPILE)gcc -AR ?= $(CROSS_COMPILE)ar -LD ?= $(CROSS_COMPILE)ld - MAKEFLAGS += --no-print-directory INSTALL = install |
