aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-01 08:57:55 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-01 08:57:55 +0100
commitbd51a860fa243afaf800fd886124a1b80e423919 (patch)
tree60c1339b1c75016bd82b15a9aef2d3c481fe609a /tools
parentadc64e18a9c509139ae9d9a6ea879608ff8c2923 (diff)
downloadxen-bd51a860fa243afaf800fd886124a1b80e423919.tar.gz
xen-bd51a860fa243afaf800fd886124a1b80e423919.tar.bz2
xen-bd51a860fa243afaf800fd886124a1b80e423919.zip
[IA64] Fix tools build.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/libxc/ia64/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/libxc/ia64/Makefile b/tools/libxc/ia64/Makefile
index 27ab80765b..fd361045e2 100644
--- a/tools/libxc/ia64/Makefile
+++ b/tools/libxc/ia64/Makefile
@@ -5,7 +5,9 @@ GUEST_SRCS-y += ia64/xc_ia64_linux_save.c
GUEST_SRCS-y += ia64/xc_ia64_linux_restore.c
GUEST_SRCS-y += ia64/xc_dom_ia64_util.c
-DOMFW_SRCS_BASE := dom_fw_common.c dom_fw_domu.c dom_fw_asm.S dom_fw_acpi.c
+GUEST_SRCS-y += ia64/dom_fw_acpi.c
+
+DOMFW_SRCS_BASE := dom_fw_common.c dom_fw_domu.c dom_fw_asm.S
DOMFW_SRCS := $(addprefix ia64/, $(DOMFW_SRCS_BASE))
$(DOMFW_SRCS):
ln -sf ../$(XEN_ROOT)/xen/arch/ia64/xen/$(@F) $@