aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 08:17:49 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 08:17:49 +0000
commit187a0366b6643f7eca4e7121012f4e8bfd231e70 (patch)
tree947b2a90ab33c8c1ad3b5e134e13e0b4fac8ffff /tools/xentrace/Makefile
parent7e047ac994eb5c2b6bdad42d0580cb9b44d2c4b8 (diff)
downloadxen-187a0366b6643f7eca4e7121012f4e8bfd231e70.tar.gz
xen-187a0366b6643f7eca4e7121012f4e8bfd231e70.tar.bz2
xen-187a0366b6643f7eca4e7121012f4e8bfd231e70.zip
bitkeeper revision 1.1159.142.2 (41849fadYlUYMwSy6tcq8Y-Yi8NMZA)
Clean up libxc by allowing direct use of Xen headers from userland: #include <xen/...>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index de5350e3c2..7759b90f86 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -5,7 +5,6 @@ include $(XEN_ROOT)/tools/Make.defs
CC = gcc
CFLAGS = -Wall -Werror -O3
-CFLAGS += -I $(XEN_HYPERVISOR_IFS)
CFLAGS += -I $(XEN_LINUX_INCLUDE)
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)