aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
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 d64d2a5a36..6a03b42499 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -2,7 +2,7 @@
CC = gcc
CFLAGS = -Wall -O3 -Werror
CFLAGS += -I../../xen/include/hypervisor-ifs
-CFLAGS += -I../../xenolinux-sparse/include
+CFLAGS += -I../../linux-xen-sparse/include
CFLAGS += -I../xend/lib
HDRS = $(wildcard *.h)