summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-1/+1
* tools build: Fix feature detect clean for out of source buildsJames Clark2021-09-011-1/+1
* perf build: Move feature cleanup under tools/buildJiri Olsa2021-03-061-1/+7
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2020-11-111-4/+0
* tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-281-0/+2
* kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-181-1/+1
* tools: build: Use HOSTLDFLAGS with fixdepLaura Abbott2018-07-131-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf build: Add special fixdep cleaning ruleJiri Olsa2017-02-171-2/+2
* make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* tools build: Make fixdep a hostprogJiri Olsa2016-10-031-1/+1
* tools build: Add support for host programs formatJiri Olsa2016-10-031-0/+6
* tools build: Use fixdep with OUTPUT path prefixJiri Olsa2015-11-261-1/+1
* tools build: Add fixdep dependency helperJiri Olsa2015-09-281-0/+43