提交 79320bcb 编写于 作者: H H. Peter Anvin

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

$(KBUILD_SRC) is not defined without O=, use $(srctree).
Reported-and-tested-by: NRichard Weinberger <richard@nod.at>
Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册