summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-04 06:14:04 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-15 06:57:02 -0400
commita5bae54c106db8734d5ca81e2eb8e0351dd11737 (patch)
tree5c118a31a5766dda4f3d08f5da60e327e950056e /Makefile
parentd5470d14431e9d39ee2131323589afac2a0bfee4 (diff)
kbuild: move hdr-inst shorthand to top Makefile
Now that hdr-inst is used only in the top Makefile, move it there from scripts/Kbuild.include. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 507ce2c92065..e124a3e73bfe 100644
--- a/Makefile
+++ b/Makefile
@@ -1190,6 +1190,8 @@ headers_install: headers
1190 1190
1191PHONY += archheaders archscripts 1191PHONY += archheaders archscripts
1192 1192
1193hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
1194
1193PHONY += headers 1195PHONY += headers
1194headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts 1196headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
1195 $(if $(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/Kbuild),, \ 1197 $(if $(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/Kbuild),, \