mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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>
This commit is contained in:
parent
22c92aee6f
commit
d1b32bacff
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ ifeq ($(skip-inst),)
|
||||||
kbuild-file := $(srctree)/$(obj)/Kbuild
|
kbuild-file := $(srctree)/$(obj)/Kbuild
|
||||||
-include $(kbuild-file)
|
-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)
|
installdir := $(INSTALL_HDR_PATH)/$(dst)
|
||||||
gendir := $(objtree)/$(subst include/,include/generated/,$(obj))
|
gendir := $(objtree)/$(subst include/,include/generated/,$(obj))
|
||||||
header-files := $(notdir $(wildcard $(srcdir)/*.h))
|
header-files := $(notdir $(wildcard $(srcdir)/*.h))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue