diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-02-25 13:32:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-02-25 13:32:32 -0800 |
| commit | 9f5270d758d955506dcb114cb863a86b30a4c783 (patch) | |
| tree | d92b176826d1ef7c22caa8d65551685362671604 /tools/arch | |
| parent | cc8a0934d099b8153fc880a3588eec4791a7bccb (diff) | |
| parent | 42367eca7604e16e170bd6bd94ef61ffdd335f4a (diff) | |
| download | linux-9f5270d758d955506dcb114cb863a86b30a4c783.tar.gz linux-9f5270d758d955506dcb114cb863a86b30a4c783.tar.bz2 linux-9f5270d758d955506dcb114cb863a86b30a4c783.zip | |
Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Pull perf tools fixes from Arnaldo Carvalho de Melo:
- Fix tools/ quiet build Makefile infrastructure that was broken when
working on tools/perf/ without testing on other tools/ living
utilities.
* tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools:
tools: Remove redundant quiet setup
tools: Unify top-level quiet infrastructure
Diffstat (limited to 'tools/arch')
| -rw-r--r-- | tools/arch/arm64/tools/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/arch/arm64/tools/Makefile b/tools/arch/arm64/tools/Makefile index 7b42feedf647..de4f1b66ef01 100644 --- a/tools/arch/arm64/tools/Makefile +++ b/tools/arch/arm64/tools/Makefile @@ -13,12 +13,6 @@ AWK ?= awk MKDIR ?= mkdir RM ?= rm -ifeq ($(V),1) -Q = -else -Q = @ -endif - arm64_tools_dir = $(top_srcdir)/arch/arm64/tools arm64_sysreg_tbl = $(arm64_tools_dir)/sysreg arm64_gen_sysreg = $(arm64_tools_dir)/gen-sysreg.awk |
