summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-10 03:32:58 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-11 21:33:53 +0900
commitd1b32bacffe189a0cdc2c36905a753535638cb1c (patch)
tree9d14463e75727aefd7b243cc35b461a6e88bfc92 /scripts
parent22c92aee6f95d9c82d33f04c90c6903a6a94df80 (diff)
downloadop-kernel-dev-d1b32bacffe189a0cdc2c36905a753535638cb1c.zip
op-kernel-dev-d1b32bacffe189a0cdc2c36905a753535638cb1c.tar.gz
kbuild: do not include old-kbuild-file from Makefile.headersinst
Now asm-generic wrappers to be exported are all listed in arch/*/include/uapi/asm/Kbuild. "make headers_install" no longer depends on any Kbuild files outside uapi directories. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.headersinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst
index e9147f0..e6343b3 100644
--- a/scripts/Makefile.headersinst
+++ b/scripts/Makefile.headersinst
@@ -40,11 +40,6 @@ ifeq ($(skip-inst),)
kbuild-file := $(srctree)/$(obj)/Kbuild
-include $(kbuild-file)
-old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild
-ifneq ($(wildcard $(old-kbuild-file)),)
-include $(old-kbuild-file)
-endif
-
installdir := $(INSTALL_HDR_PATH)/$(dst)
gendir := $(objtree)/$(subst include/,include/generated/,$(obj))
header-files := $(notdir $(wildcard $(srcdir)/*.h))
OpenPOWER on IntegriCloud