mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
um: clean up archheaders recipe
Now that '%asm-generic' is added to no-dot-config-targets, 'make asm-generic' does not include the kernel configuration. You can simply do 'make asm-generic' in the recursed top Makefile without bothering syncconfig. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Tested-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
63e31a67f1
commit
0004438a16
@ -116,13 +116,7 @@ endef
|
||||
KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig
|
||||
|
||||
archheaders:
|
||||
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
|
||||
kbuild-file=$(HOST_DIR)/include/asm/Kbuild \
|
||||
obj=$(HOST_DIR)/include/generated/asm
|
||||
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
|
||||
kbuild-file=$(HOST_DIR)/include/uapi/asm/Kbuild \
|
||||
obj=$(HOST_DIR)/include/generated/uapi/asm
|
||||
$(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) archheaders
|
||||
$(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) asm-generic archheaders
|
||||
|
||||
archprepare: include/generated/user_constants.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user