diff options
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index 36e658a4291c..e4b1a9639c4d 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -111,8 +111,7 @@ endef | |||
111 | KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig | 111 | KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig |
112 | 112 | ||
113 | archheaders: | 113 | archheaders: |
114 | $(Q)$(MAKE) -C '$(srctree)' KBUILD_SRC= \ | 114 | $(Q)$(MAKE) KBUILD_SRC= ARCH=$(HEADER_ARCH) archheaders |
115 | ARCH=$(HEADER_ARCH) O='$(objtree)' archheaders | ||
116 | 115 | ||
117 | archprepare: include/generated/user_constants.h | 116 | archprepare: include/generated/user_constants.h |
118 | 117 | ||