diff options
Diffstat (limited to 'arch/um/Makefile')
-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 KBUILD_KCONFIG := $(HOST_DIR)/um/Kconfig archheaders: - $(Q)$(MAKE) -C '$(KBUILD_SRC)' KBUILD_SRC= \ + $(Q)$(MAKE) -C '$(srctree)' KBUILD_SRC= \ ARCH=$(SUBARCH) O='$(objtree)' archheaders archprepare: include/generated/user_constants.h |