aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-11 08:59:01 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-11 08:59:01 +0000
commit1c86b5d22b3142604a423aa5ae9498d18858973d (patch)
treef3a4406c9208000898ba8ec7b6db2e8a032be937 /tools/xentrace/Makefile
parent68b45c11cd3bd2a577c069a36401594facbd5b83 (diff)
downloadxen-1c86b5d22b3142604a423aa5ae9498d18858973d.tar.gz
xen-1c86b5d22b3142604a423aa5ae9498d18858973d.tar.bz2
xen-1c86b5d22b3142604a423aa5ae9498d18858973d.zip
Fix xenctx compilation and support 64 bit.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 329d71c3ee..0a062bd007 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -14,7 +14,7 @@ CFLAGS += -I $(XEN_LIBXC)
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))
-BIN = xentrace
+BIN = xentrace xenctx
SCRIPTS = xentrace_format
MAN1 = $(wildcard *.1)
MAN8 = $(wildcard *.8)