[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] symlink kregs.h into libxc build
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1181855639 21600 # Node ID ed3bd395328719a254727ee908e007595f658c41 # Parent da5f8f1961e577d72740c242a448328f6ce8b11e [IA64] symlink kregs.h into libxc build Suggested by Akio Takebe Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- tools/libxc/ia64/Makefile | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff -r da5f8f1961e5 -r ed3bd3953287 tools/libxc/ia64/Makefile --- a/tools/libxc/ia64/Makefile Thu Jun 14 14:36:15 2007 -0600 +++ b/tools/libxc/ia64/Makefile Thu Jun 14 15:13:59 2007 -0600 @@ -26,7 +26,7 @@ DOMFW_ASM_HDRS := $(addprefix ia64/asm/, ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/$(@F) $@ build: $(DOMFW_ASM_HDR) -.PHONY: mk-symlinks-acpi ia64-clean +.PHONY: mk-symlinks-acpi mk-symlinks-misc ia64-clean IA64_HDR_DIRS := ia64/asm ia64/xen ia64/acpi ia64/acpi/platform $(IA64_HDR_DIRS): @@ -41,7 +41,9 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA6 ( cd ia64/acpi/platform && ln -sf ../../../$(XEN_ROOT)/xen/include/acpi/platform/*.h .) ( cd ia64/acpi/platform/ && ln -sf ../../aclinux.h .) ( cd ia64/xen && ln -sf ../../$(XEN_ROOT)/xen/include/xen/acpi.h .) -build: mk-symlinks-acpi +mk-symlinks-misc: + ( cd ia64/asm && ln -sf ../../$(XEN_ROOT)/xen/include/asm-ia64/linux-xen/asm/kregs.h .) +build: mk-symlinks-acpi mk-symlinks-misc clean: ia64-clean ia64-clean: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |