aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile.build
AgeCommit message (Expand)AuthorFilesLines
2023-10-18tools/build: Fix -s detection code in tools/build/Makefile.buildGravatar Jiri Olsa 1-1/+9
2023-08-03perf build: Update build rule for generated filesGravatar Namhyung Kim 1-0/+10
2023-02-03tools build: Add test echo-cmdGravatar Ian Rogers 1-0/+1
2021-05-17tools build: Fix quiet cmd indentationGravatar Kees Cook 1-11/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-06kbuild: simplify silent build (-s) detectionGravatar Masahiro Yamada 1-7/+1
2017-01-26tools build: Add tools tree support for 'make -s'Gravatar Josh Poimboeuf 1-0/+10
2016-10-05tools build: Support compiling C++ source fileGravatar Wang Nan 1-0/+7
2016-10-03tools build: Add support for host programs formatGravatar Jiri Olsa 1-4/+15
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cGravatar Masahiro Yamada 1-4/+4
2016-03-03tools build: Use .s extension for preprocessed assembler codeGravatar Masahiro Yamada 1-1/+1
2015-09-28tools build: Make the fixdep helper part of the build processGravatar Jiri Olsa 1-0/+7
2015-08-26tools build: Allow duplicate objects in the object listGravatar Jiri Olsa 1-1/+1
2015-08-17perf tools: Add Intel PT instruction decoderGravatar Adrian Hunter 1-0/+2
2015-07-01perf tools: Create config.detected into OUTPUT directoryGravatar Aaro Koskinen 1-1/+1
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2015-06-19perf tools: Fix build breakage if prefix= is specifiedGravatar Lukas Wunner 1-4/+4
2015-05-29perf build: Do not fail on missing Build fileGravatar Jiri Olsa 1-1/+1
2015-02-12perf build: Display make commands on V=1Gravatar Jiri Olsa 1-1/+3
2015-02-12perf build: Add single target build framework supportGravatar Jiri Olsa 1-1/+19
2015-02-12perf build: Add libperf objects buildingGravatar Jiri Olsa 1-0/+3
2015-02-12tools build: Add subdir supportGravatar Jiri Olsa 1-0/+7
2015-02-12tools build: Add detected config supportGravatar Jiri Olsa 1-0/+3
2015-02-11tools build: Add new build supportGravatar Jiri Olsa 1-0/+97