From: Masahiro Yamada Date: Wed, 26 Nov 2014 10:31:13 +0000 (+0900) Subject: kbuild: collect shorthands into scripts/Kbuild.include X-Git-Tag: omap-for-v3.20/drop-legacy-3517~11^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371fdc77af44f4cb32475fd499e1d912ccc30890;p=pandora-kernel.git kbuild: collect shorthands into scripts/Kbuild.include The shorthand "clean" is defined in both the top Makefile and scripts/Makefile.clean. Likewise, the "hdr-inst" is defined in both the top Makefile and scripts/Makefile.headersinst. To reduce code duplication, this commit collects them into scripts/Kbuild.include like the "build" and "modbuiltin" shorthands. It requires scripts/Makefile.clean to include scripts/Kbuild.include, but its impact on the performance of "make clean" should be negligible. Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- Reading git-diff-tree failed