mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
um: Use $(srctree) not $(KBUILD_SRC)
$(KBUILD_SRC) is not defined without O=, use $(srctree). Reported-and-tested-by: Richard Weinberger <richard@nod.at> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
a074335a37
commit
79320bcbf0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue