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 <[EMAIL PROTECTED]> --- 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