aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-11 07:34:55 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-11 07:34:55 +0100
commit7784c384a06216f1cb655b7d3ad708a379ce32f1 (patch)
treeaee4ff2f0e1995ba19ed512df8e32c4d816850a4 /stubdom
parent8adf4754ddde4a150c79aa47f17c6a154cfebf20 (diff)
downloadxen-7784c384a06216f1cb655b7d3ad708a379ce32f1.tar.gz
xen-7784c384a06216f1cb655b7d3ad708a379ce32f1.tar.bz2
xen-7784c384a06216f1cb655b7d3ad708a379ce32f1.zip
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 <ian.jackson@eu.citrix.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/Makefile1
1 files changed, 1 insertions, 0 deletions
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