Allows the core of Config.mk to correctly respond to any configuration
overrides specified in the .config file.
Signed-off-by: Keir Fraser <keir@xen.org>
# -*- mode: Makefile; -*-
+-include $(XEN_ROOT)/.config
+
# A debug build of Xen and tools?
debug ?= y
ifeq ($(OCAML_TOOLS),y)
OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n")
endif
-
--include $(XEN_ROOT)/.config