diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index 9548ddca1a3d..28688e6d96d7 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -98,7 +98,7 @@ endef | |||
98 | KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig | 98 | KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig |
99 | 99 | ||
100 | archheaders: | 100 | archheaders: |
101 | $(Q)$(MAKE) -C '$(KBUILD_SRC)' KBUILD_SRC= \ | 101 | $(Q)$(MAKE) -C '$(srctree)' KBUILD_SRC= \ |
102 | ARCH=$(SUBARCH) O='$(objtree)' archheaders | 102 | ARCH=$(SUBARCH) O='$(objtree)' archheaders |
103 | 103 | ||
104 | archprepare: include/generated/user_constants.h | 104 | archprepare: include/generated/user_constants.h |