summaryrefslogtreecommitdiff
path: root/stubdom
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2020-08-28 17:07:36 +0200
committerWei Liu <wl@xen.org>2020-09-09 10:57:25 +0000
commitdd33fd2e81a0e83707cc203b974e501fa336590f (patch)
treec36424de14cabba1a46151aecc111761b6171ea8 /stubdom
parente3dd624e487c1aca1835138d3990f78af9906238 (diff)
tools: split libxenstore into new tools/libs/store directory
There is no reason why libxenstore is not placed in the tools/libs directory. The common files between libxenstore and xenstored are kept in the tools/xenstore directory to be easily accessible by xenstore-stubdom which needs the xenstored files to be built. Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Wei Liu <wl@xen.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 e1640a7cbc..420e9a8771 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/xenstore/include
+XENSTORE_CPPFLAGS = -isystem $(XEN_ROOT)/tools/libs/store/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