aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-05 13:32:00 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-05 13:32:00 +0100
commitdf150a9cb5a1a3425f8d4c638182528f4dbb681a (patch)
treee3d439b84670c688ee1110fe44ed0f371298c838 /xen/Rules.mk
parent39f62611c40944029fb67527aafd3c3853bea35f (diff)
downloadxen-df150a9cb5a1a3425f8d4c638182528f4dbb681a.tar.gz
xen-df150a9cb5a1a3425f8d4c638182528f4dbb681a.tar.bz2
xen-df150a9cb5a1a3425f8d4c638182528f4dbb681a.zip
Move setting of configuration variables to Config.mk.
Allows for partial-tree builds to be invoked from a sub-directory. Allow for users to include a ".config" with additional custom settings. Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index 4c3cb8db4e..d57ca65e51 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -10,7 +10,8 @@ trace ?= n
domu_debug ?= n
crash_debug ?= n
-include $(BASEDIR)/../Config.mk
+XEN_ROOT=$(BASEDIR)/..
+include $(XEN_ROOT)/Config.mk
# Set ARCH/SUBARCH appropriately.
override COMPILE_SUBARCH := $(XEN_COMPILE_ARCH)