diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-09-04 02:37:17 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-11-27 16:19:51 -0500 |
commit | 699d7a5734c9051d33fb86b57c6d7cd3fb84809b (patch) | |
tree | 46f1dd84d2570926d642aa4a9fed8e913be7b3c1 /arch/um | |
parent | e410c60360e210671ad604d46b57e1f6f90f9078 (diff) |
um: make sure to have generated headers for target
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index b76fcce397a1..e54dda8a0363 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -116,8 +116,15 @@ endef | |||
116 | KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig | 116 | KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig |
117 | 117 | ||
118 | archheaders: | 118 | archheaders: |
119 | $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \ | ||
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 | ||
119 | $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders | 125 | $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders |
120 | 126 | ||
127 | |||
121 | archprepare: include/generated/user_constants.h | 128 | archprepare: include/generated/user_constants.h |
122 | 129 | ||
123 | LINK-$(CONFIG_LD_SCRIPT_STATIC) += -static | 130 | LINK-$(CONFIG_LD_SCRIPT_STATIC) += -static |