diff options
author | Masahiro Yamada | 2019-06-04 19:14:04 +0900 |
---|---|---|
committer | Masahiro Yamada | 2019-06-15 19:57:02 +0900 |
commit | a5bae54c106db8734d5ca81e2eb8e0351dd11737 (patch) | |
tree | 5c118a31a5766dda4f3d08f5da60e327e950056e /Makefile | |
parent | d5470d14431e9d39ee2131323589afac2a0bfee4 (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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1190,6 +1190,8 @@ headers_install: headers PHONY += archheaders archscripts +hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj + PHONY += headers headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts $(if $(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/Kbuild),, \ |