* [uml-devel] [PATCH] uml: adding include/asm generate rule
@ 2008-02-12 21:26 Jiri Olsa
2008-02-13 17:45 ` Jeff Dike
0 siblings, 1 reply; 2+ messages in thread
From: Jiri Olsa @ 2008-02-12 21:26 UTC (permalink / raw)
To: Jeff Dike; +Cc: uml-devel
Hi,
I noticed UML does not create include/asm symlink automatically.
I found this during solving another issue, so I dont know if this
really helps or it is useless..
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
---
arch/um/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/um/Makefile b/arch/um/Makefile
index dbeab15..8708a56 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -29,7 +29,7 @@ SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),include/asm-um/$(header))
# These are cleaned up during mrproper. Please DO NOT fix it again, this is
# the Correct Thing(tm) to do!
ARCH_SYMLINKS = include/asm-um/arch $(ARCH_DIR)/include/sysdep $(ARCH_DIR)/os \
- $(SYMLINK_HEADERS) $(ARCH_DIR)/include/uml-config.h
+ $(SYMLINK_HEADERS) $(ARCH_DIR)/include/uml-config.h include/asm
MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/skas
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-13 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 21:26 [uml-devel] [PATCH] uml: adding include/asm generate rule Jiri Olsa
2008-02-13 17:45 ` Jeff Dike
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.