summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada2014-07-16 09:12:22 +0200
committerMichal Marek2014-07-16 17:15:26 +0200
commit663935593915ad8dc43d10f58ef5eeefc77ef8c4 (patch)
tree8e3589b7e4d44226347939a15bf150652aed2cca /Makefile
parentkbuild: drop shared library support from Makefile.host (diff)
downloadkernel-qcow2-linux-663935593915ad8dc43d10f58ef5eeefc77ef8c4.tar.gz
kernel-qcow2-linux-663935593915ad8dc43d10f58ef5eeefc77ef8c4.tar.xz
kernel-qcow2-linux-663935593915ad8dc43d10f58ef5eeefc77ef8c4.zip
kbuild: clean up scripts/Makefile.host
The directory creation can be more simplified by two levels. [1] Drop $(dir ...) $(dir $(f)) always returns non-empty string. So, $(if $(dir $(f)),$(dir $(f)) is equivalent to $(dir $(f)). [2] Unroll $(foreach ...) loop $(dir ...) can take one or more arguments and returns a list of directories of them. $(foreach f, $(progs), $(dir $(f))) can be unrolled as $(dir $(progs)). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions