|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [Patch][RFC] fix compiling tools
Hi,
Symbolic link of asm/kregs.h is not create in tools/ia64/Makefile.
So this patch fixes the issue.
But I'm not familliar with Makefile.
Does anyone know better way?
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
diff -r 96617c4f19aa tools/libxc/ia64/Makefile
--- a/tools/libxc/ia64/Makefile Tue Jun 12 20:41:08 2007 -0600
+++ b/tools/libxc/ia64/Makefile Thu Jun 14 23:16:44 2007 +0900
@@ -24,6 +24,7 @@ DOMFW_ASM_HDRS := $(addprefix ia64/asm/,
DOMFW_ASM_HDRS := $(addprefix ia64/asm/, $(DOMFW_ASM_HDRS_BASE))
$(DOMFW_ASM_HDRS): ia64/asm
ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/$(@F) $@
+ ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h ia64
/asm/kregs.h
build: $(DOMFW_ASM_HDR)
.PHONY: mk-symlinks-acpi ia64-clean
Best Regards,
Akio Takebe
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [Patch][RFC] fix compiling tools,
Akio Takebe <=
|
|
|
|
|