From 7784c384a06216f1cb655b7d3ad708a379ce32f1 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 11 Aug 2009 07:34:55 +0100 Subject: libxc: Include private Xen headers in stubdom libxc build The headers libelf.h and elfstructs.h were removed from xen/include/public in 19011:7df072566b8c. But this broke the stubdom build because parts of libxc depend on them. This patch adds $(XEN_ROOT)/xen/include/xen to the stubdom -I path. Signed-off-by: Ian Jackson --- stubdom/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stubdom/Makefile') diff --git a/stubdom/Makefile b/stubdom/Makefile index a4f5e0847b..ce25b05aad 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -72,6 +72,7 @@ TARGET_CPPFLAGS += -isystem $(GCC_INSTALL)include TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4 TARGET_CPPFLAGS += -I$(CURDIR)/include +TARGET_CPPFLAGS += -I$(XEN_ROOT)/xen/include TARGET_LDFLAGS += -nostdlib -L$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/lib -- cgit v1.2.3