aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-02 20:18:09 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-02 20:18:09 +0000
commit4d446939a04bdf226b5e1f42216c54209b9ce1f2 (patch)
treef1806184e099a2b654a85518e9e88049ac4e61cd /xen/Rules.mk
parent22449341238b4a64c9550621b1da06ac13814770 (diff)
downloadxen-4d446939a04bdf226b5e1f42216c54209b9ce1f2.tar.gz
xen-4d446939a04bdf226b5e1f42216c54209b9ce1f2.tar.bz2
xen-4d446939a04bdf226b5e1f42216c54209b9ce1f2.zip
bitkeeper revision 1.1236.1.200 (424efe01yAPteHQ-fOPSaM_1yE9IfA)
Makefile fixes. mbootpack dependencies now work properly. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index f9650fc744..cf30a12ef7 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -9,12 +9,6 @@ crash_debug ?= n
include $(BASEDIR)/../Config.mk
-# Set ARCH/SUBARCH appropriately.
-override COMPILE_SUBARCH := $(XEN_COMPILE_ARCH)
-override TARGET_SUBARCH := $(XEN_TARGET_ARCH)
-override COMPILE_ARCH := $(patsubst x86%,x86,$(XEN_COMPILE_ARCH))
-override TARGET_ARCH := $(patsubst x86%,x86,$(XEN_TARGET_ARCH))
-
TARGET := $(BASEDIR)/xen
HDRS := $(wildcard $(BASEDIR)/include/xen/*.h)
HDRS += $(wildcard $(BASEDIR)/include/public/*.h)