aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 01:48:18 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 01:48:18 +0100
commit94c3a1b680594628134f2bb6d12bb64f6daf737d (patch)
tree8e2fc4581aab79cba271eeca62f8786678369c65 /tools/Rules.mk
parent9528ca9f77fe92a4e014543d9b6badeb6e6245df (diff)
downloadxen-94c3a1b680594628134f2bb6d12bb64f6daf737d.tar.gz
xen-94c3a1b680594628134f2bb6d12bb64f6daf737d.tar.bz2
xen-94c3a1b680594628134f2bb6d12bb64f6daf737d.zip
tools: clean up handling of xen config and scripts directories.
For now hardcode /etc w/o a prefix as there are hardcoded config paths in the code which would break otherwise. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Rules.mk b/tools/Rules.mk
index 53434d51fc..7718283544 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -8,6 +8,10 @@ include $(XEN_ROOT)/Config.mk
export _INSTALL := $(INSTALL)
INSTALL = $(XEN_ROOT)/tools/cross-install
+CONFIG_DIR = /etc
+XEN_CONFIG_DIR = $(CONFIG_DIR)/xen
+XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts
+
XEN_INCLUDE = $(XEN_ROOT)/tools/include
XEN_XC = $(XEN_ROOT)/tools/python/xen/lowlevel/xc
XEN_LIBXC = $(XEN_ROOT)/tools/libxc