projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a074335
)
um: Use $(srctree) not $(KBUILD_SRC)
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 9 Dec 2011 18:59:59 +0000
(10:59 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 9 Dec 2011 18:59:59 +0000
(10:59 -0800)
$(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>
arch/um/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/Makefile
b/arch/um/Makefile
index 9548ddca1a3d0a58bb72381be5c57caf0d01a01b..28688e6d96d795c3f860f5343524584b0cefb994 100644
(file)
--- 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