aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-15 14:18:21 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-15 14:18:21 +0000
commita5333b24d531dbe61a99da386ef44bc642ee46b7 (patch)
tree265c1c7df7710bd2b0a38b28f095fa94afa06102 /extras/mini-os/Makefile
parenta917e6d4785b384046c4bde29a615b745dacd9b8 (diff)
downloadxen-a5333b24d531dbe61a99da386ef44bc642ee46b7.tar.gz
xen-a5333b24d531dbe61a99da386ef44bc642ee46b7.tar.bz2
xen-a5333b24d531dbe61a99da386ef44bc642ee46b7.zip
minios: build system cleanups.
- Added ARCH_LDFLAGS for architecture specific LDFLAGS - Fixed build dependencies after changing makerule files - Fixed ARCH_CFLAGS for 64bit guest, added ARCH_ASFLAGS - Couple of variable renames Signed-off-by: Dietmar Hahn <dietmar.hahn@fujitsu-siemens.com> Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index df313e48d5..e337f1656d 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -44,10 +44,6 @@ ARCH_LINKS =
# This can be overwritten from arch specific rules.
EXTRA_INC =
-# Special build dependencies.
-# Build all after touching this/these file(s) (see minios.mk)
-SPEC_DEPENDS = minios.mk
-
# Include the architecture family's special makerules.
# This must be before include minios.mk!
include $(TARGET_ARCH_DIR)/arch.mk
@@ -57,7 +53,6 @@ include minios.mk
# Define some default flags for linking.
LDLIBS :=
-LDFLAGS :=
LDARCHLIB := -L$(TARGET_ARCH_DIR) -l$(ARCH_LIB_NAME)
LDFLAGS_FINAL := -N -T $(TARGET_ARCH_DIR)/minios-$(TARGET_ARCH).lds