From 94c3a1b680594628134f2bb6d12bb64f6daf737d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 19 May 2009 01:48:18 +0100 Subject: 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 --- tools/Rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/Rules.mk') 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 -- cgit v1.2.3