aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-04 00:47:03 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-07 08:30:36 -0400
commit0004438a165b18d4a611745f12e328e65f46c8f2 (patch)
tree44abf61f2364aa4c5ca5316307a2655bfa3866a0
parent63e31a67f12855129740943a4f826f05ddd0a2d0 (diff)
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>
-rw-r--r--arch/um/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile
index 613fc3c79de0..306ee51c189f 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -116,13 +116,7 @@ endef
116KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig 116KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig
117 117
118archheaders: 118archheaders:
119 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \ 119 $(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) asm-generic archheaders
120 kbuild-file=$(HOST_DIR)/include/asm/Kbuild \
121 obj=$(HOST_DIR)/include/generated/asm
122 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
123 kbuild-file=$(HOST_DIR)/include/uapi/asm/Kbuild \
124 obj=$(HOST_DIR)/include/generated/uapi/asm
125 $(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) archheaders
126 120
127archprepare: include/generated/user_constants.h 121archprepare: include/generated/user_constants.h
128 122