aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xc/lib/Makefile')
-rw-r--r--tools/xc/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xc/lib/Makefile b/tools/xc/lib/Makefile
index f542935167..7a6fd2fa12 100644
--- a/tools/xc/lib/Makefile
+++ b/tools/xc/lib/Makefile
@@ -7,7 +7,7 @@ CC = gcc
CFLAGS = -c -Werror -O3 -fno-strict-aliasing
CFLAGS += -I../../../xen/include/hypervisor-ifs
CFLAGS += -I../../xend/lib
-CFLAGS += -I../../../xenolinux-sparse/include
+CFLAGS += -I../../../linux-xen-sparse/include
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))