aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-02 09:08:37 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-11-02 09:08:37 +0000
commit58f3afdd98a8c34b799f975fd5fc064d50c7a4eb (patch)
treedbcf4eff78d649761099a9c4e59358c7af4cfc58 /tools/xentrace/Makefile
parent76c572186dd41afe5a1b512c8cbd7c671a8dcbb7 (diff)
downloadxen-58f3afdd98a8c34b799f975fd5fc064d50c7a4eb.tar.gz
xen-58f3afdd98a8c34b799f975fd5fc064d50c7a4eb.tar.bz2
xen-58f3afdd98a8c34b799f975fd5fc064d50c7a4eb.zip
bitkeeper revision 1.1159.1.332 (41874e954CLIDA2J3phVFD2RnzVTpA)
Clean up public XenLinux header files. Now accessible from userspace as #include <xen/linux...> Got rid of the linux-xen-sparse symlink as it's no longer needed.
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 7759b90f86..1b13bd9d8b 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_LINUX_INCLUDE)
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_LIBXUTIL)