Commit 79320bcb authored by H. Peter Anvin's avatar H. Peter Anvin

um: Use $(srctree) not $(KBUILD_SRC)

$(KBUILD_SRC) is not defined without O=, use $(srctree).
Reported-and-tested-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent a074335a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment