aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/subcmd/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2019-11-06libsubcmd: Use -O0 with DEBUG=1James Clark1-1/+3
2019-11-06libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flagsJames Clark1-2/+3
2019-09-27libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers1-1/+7
2018-12-18tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros1-1/+1
2017-02-14tools: Set the maximum optimization level according to the compiler being usedArnaldo Carvalho de Melo1-1/+7
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-1/+1
2016-07-04tools lib subcmd: Respect WERROR=0 for buildChris Phlipot1-1/+7
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo1-1/+1
2016-03-03objtool: Support CROSS_COMPILEJosh Poimboeuf1-2/+4
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-0/+48