aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
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/include
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/include')
-rw-r--r--tools/include/xen-foreign/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/xen-foreign/Makefile b/tools/include/xen-foreign/Makefile
index 0b8ed920eb..8683b05974 100644
--- a/tools/include/xen-foreign/Makefile
+++ b/tools/include/xen-foreign/Makefile
@@ -1,5 +1,5 @@
XEN_ROOT=../../..
-include $(XEN_ROOT)/Config.mk
+include $(XEN_ROOT)/tools/Rules.mk
ROOT = $(XEN_ROOT)/xen/include/public