aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-16 13:35:59 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-16 13:35:59 +0100
commitdbb16ea9d1eb93191b8b614a892f453450d8ff74 (patch)
tree365d9ec9312b1884fe8083289092129c269d4f95 /tools/xentrace/Makefile
parent4eabcb748c606ee33da37c5d874efb29a18f859a (diff)
downloadxen-dbb16ea9d1eb93191b8b614a892f453450d8ff74.tar.gz
xen-dbb16ea9d1eb93191b8b614a892f453450d8ff74.tar.bz2
xen-dbb16ea9d1eb93191b8b614a892f453450d8ff74.zip
Fix the tools build:
1. xenctrl.h needs to include stddef.h to define size_t 2. tbctl is broken -- remove it since xenmon and xentrace both automatcially enable tracing now 3. Fix setsize after xc_tbug interface changes Signed-off-by: Keir Fraser <keir@xensource.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 f7f8ac1969..0bebd5eea7 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 tbctl setsize
+BIN = xentrace setsize
LIBBIN =
SCRIPTS = xentrace_format
MAN1 = $(wildcard *.1)