diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-09 14:32:58 -0400 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-11 08:33:53 -0400 |
| commit | d1b32bacffe189a0cdc2c36905a753535638cb1c (patch) | |
| tree | 9d14463e75727aefd7b243cc35b461a6e88bfc92 /scripts/Makefile.headersinst | |
| parent | 22c92aee6f95d9c82d33f04c90c6903a6a94df80 (diff) | |
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/Makefile.headersinst')
| -rw-r--r-- | scripts/Makefile.headersinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/Makefile.headersinst b/scripts/Makefile.headersinst index e9147f05ea77..e6343b34182a 100644 --- a/scripts/Makefile.headersinst +++ b/scripts/Makefile.headersinst | |||
| @@ -40,11 +40,6 @@ ifeq ($(skip-inst),) | |||
| 40 | kbuild-file := $(srctree)/$(obj)/Kbuild | 40 | kbuild-file := $(srctree)/$(obj)/Kbuild |
| 41 | -include $(kbuild-file) | 41 | -include $(kbuild-file) |
| 42 | 42 | ||
| 43 | old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild | ||
| 44 | ifneq ($(wildcard $(old-kbuild-file)),) | ||
| 45 | include $(old-kbuild-file) | ||
| 46 | endif | ||
| 47 | |||
| 48 | installdir := $(INSTALL_HDR_PATH)/$(dst) | 43 | installdir := $(INSTALL_HDR_PATH)/$(dst) |
| 49 | gendir := $(objtree)/$(subst include/,include/generated/,$(obj)) | 44 | gendir := $(objtree)/$(subst include/,include/generated/,$(obj)) |
| 50 | header-files := $(notdir $(wildcard $(srcdir)/*.h)) | 45 | header-files := $(notdir $(wildcard $(srcdir)/*.h)) |
