aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-04-08 16:40:13 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-04-08 16:40:13 +0000
commitf677efb823a2c576236e96510ca45e5c54df96d1 (patch)
treed95f76f404c96fb8d579520004fddac53b474cd7 /tools/xentrace/Makefile
parent98da02c11d9f6226418a7d692bc961ab24ae9ce6 (diff)
downloadxen-f677efb823a2c576236e96510ca45e5c54df96d1.tar.gz
xen-f677efb823a2c576236e96510ca45e5c54df96d1.tar.bz2
xen-f677efb823a2c576236e96510ca45e5c54df96d1.zip
bitkeeper revision 1.856 (4075806dGVuPwXtbZgPbDT2-zKk0gw)
New control-interface functionality for Xenolinux. Also extended start_info_t to include the event-channel index for the controller interface.
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 6c8006ae35..7544e4b262 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -3,6 +3,7 @@ CC = gcc
CFLAGS = -Wall -O3
CFLAGS += -I../../xen/include/hypervisor-ifs
CFLAGS += -I../../xenolinux-sparse/include
+CFLAGS += -I../xend/lib
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))