public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] UML: building error fix
@ 2007-11-15 13:34 WANG Cong
  0 siblings, 0 replies; only message in thread
From: WANG Cong @ 2007-11-15 13:34 UTC (permalink / raw)
  To: LKML; +Cc: Jeff Dike, Andrew Morton, user-mode-linux-devel


include/asm-um/arch points to the non-existed include/asm-i386 directory.
This patch fixed it.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Jeff Dike <jdike@karaya.com>

---

diff --git a/arch/um/Makefile b/arch/um/Makefile
index 31999bc..ba6813a 100644
--- 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-$(SUBARCH) arch
+	$(Q)cd $(TOPDIR)/include/asm-um && ln -fsn ../asm-$(HEADER_ARCH) arch
 endif
 
 $(objtree)/$(ARCH_DIR)/include:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-15 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 13:34 [Patch] UML: building error fix WANG Cong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox