summaryrefslogtreecommitdiff
path: root/stubdom
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2020-10-19 17:27:54 +0200
committerIan Jackson <iwj@xenproject.org>2020-10-23 15:50:51 +0100
commit4664034cdc720a52913bc26358240bb9d3798527 (patch)
treeda47d7cc4c3730de8fba60c443d43920e20d1d0e /stubdom
parent154137dfdba334348887baf0be9693c407f7cef3 (diff)
tools/libs: move official headers to common directory
Instead of each library having an own include directory move the official headers to tools/include instead. This will drop the need to link those headers to tools/include and there is no need any longer to have library-specific include paths when building Xen. While at it remove setting of the unused variable PKG_CONFIG_CFLAGS_LOCAL in libs/*/Makefile. Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Christian Lindig <christian.lindig@citrix.com> Tested-by: Bertrand Marquis <bertrand.marquis@arm.com> Acked-by: Ian Jackson <iwj@xenproject.org>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/mini-os.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/mini-os.mk b/stubdom/mini-os.mk
index 420e9a8771..7e4968e026 100644
--- a/stubdom/mini-os.mk
+++ b/stubdom/mini-os.mk
@@ -5,7 +5,7 @@
# XEN_ROOT
# MINIOS_TARGET_ARCH
-XENSTORE_CPPFLAGS = -isystem $(XEN_ROOT)/tools/libs/store/include
+XENSTORE_CPPFLAGS = -isystem $(XEN_ROOT)/tools/include
TOOLCORE_PATH = $(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/toolcore
TOOLLOG_PATH = $(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/toollog
EVTCHN_PATH = $(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/evtchn