projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba72cb8
)
UML: build fix
author
WANG Cong
<
[email protected]
>
Thu, 29 Nov 2007 00:21:16 +0000
(16:21 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 29 Nov 2007 17:24:51 +0000
(09:24 -0800)
include/asm-um/arch points to the non-existed include/asm-i386 directory.
Signed-off-by: WANG Cong <
[email protected]
>
Cc: Jeff Dike <
[email protected]
>
Cc: Sam Ravnborg <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/Makefile
patch
|
blob
|
history
diff --git
a/arch/um/Makefile
b/arch/um/Makefile
index 31999bc1c8a475eec23f88f9ceeb9b63ed8da146..ba6813a4aa3768952e54e927ee4f898589b6004a 100644
(file)
--- a/
arch/um/Makefile
+++ b/
arch/um/Makefile
@@
-168,7
+168,7
@@
ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p $(objtree)/include/asm-um
$(Q)ln -fsn $(srctree)/include/asm-$(HEADER_ARCH) include/asm-um/arch
else
- $(Q)cd $(TOPDIR)/include/asm-um && ln -fsn ../asm-$(
SUB
ARCH) arch
+ $(Q)cd $(TOPDIR)/include/asm-um && ln -fsn ../asm-$(
HEADER_
ARCH) arch
endif
$(objtree)/$(ARCH_DIR)/include: