aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-06-19 13:26:45 -0600
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>2006-06-19 13:26:45 -0600
commit832cc7c654f46ea731204ffa137c97cb1459fad4 (patch)
tree13ff4a9f7b56bdf39719dcfea58816b7ef8dbc3b /tools/xentrace/Makefile
parentf324f677cfc45a85d5828148bd8a8cee08b38bcc (diff)
downloadxen-832cc7c654f46ea731204ffa137c97cb1459fad4.tar.gz
xen-832cc7c654f46ea731204ffa137c97cb1459fad4.tar.bz2
xen-832cc7c654f46ea731204ffa137c97cb1459fad4.zip
[IA64] enable xenctx on ia64
Signed-off-by: Tristan Gingold <tristan.gingold@bull.net>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 0bebd5eea7..1bf48f6a8b 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -28,6 +28,10 @@ ifeq ($(XEN_TARGET_ARCH),x86_64)
LIBBIN += xenctx
endif
+ifeq ($(XEN_TARGET_ARCH),ia64)
+LIBBIN += xenctx
+endif
+
.PHONY: all
all: build