index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
build
/
Makefile
Age
Commit message (
Expand
)
Author
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2021-09-01
tools build: Fix feature detect clean for out of source builds
James Clark
2021-03-06
perf build: Move feature cleanup under tools/build
Jiri Olsa
2020-11-11
tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
Jean-Philippe Brucker
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2018-07-18
kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS
Laura Abbott
2018-07-13
tools: build: Use HOSTLDFLAGS with fixdep
Laura Abbott
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-17
perf build: Add special fixdep cleaning rule
Jiri Olsa
2016-12-11
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
2016-10-03
tools build: Make fixdep a hostprog
Jiri Olsa
2016-10-03
tools build: Add support for host programs format
Jiri Olsa
2015-11-26
tools build: Use fixdep with OUTPUT path prefix
Jiri Olsa
2015-09-28
tools build: Add fixdep dependency helper
Jiri Olsa