summaryrefslogtreecommitdiffstats
path: root/src/Makefile-armnommu
diff options
context:
space:
mode:
authorMichael Brown2005-04-08 17:01:17 +0200
committerMichael Brown2005-04-08 17:01:17 +0200
commit0ff80b477dcff0726ebdbed95e8a93971e59e82b (patch)
tree860b7150212a07c24a9529ea072f3fb12700974c /src/Makefile-armnommu
parentMerged this file into HEAD (diff)
downloadipxe-0ff80b477dcff0726ebdbed95e8a93971e59e82b.tar.gz
ipxe-0ff80b477dcff0726ebdbed95e8a93971e59e82b.tar.xz
ipxe-0ff80b477dcff0726ebdbed95e8a93971e59e82b.zip
Merged mcb30-realmode-redesign back to HEAD
Diffstat (limited to 'src/Makefile-armnommu')
-rw-r--r--src/Makefile-armnommu18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Makefile-armnommu b/src/Makefile-armnommu
deleted file mode 100644
index 04c4002bb..000000000
--- a/src/Makefile-armnommu
+++ /dev/null
@@ -1,18 +0,0 @@
-ARCH:=armnommu
-MAKEDEPS:=
-
-include Config
-include arch/$(ARCH)/Config
-
-CC= $(CROSS_COMPILE)gcc
-AS= $(CROSS_COMPILE)as
-LD= $(CROSS_COMPILE)ld
-SIZE= $(CROSS_COMPILE)size
-AR= $(CROSS_COMPILE)ar
-RANLIB= $(CROSS_COMPILE)ranlib
-OBJCOPY= $(CROSS_COMPILE)objcopy
-
-MAKEDEPS+=Makefile-armnommu
-BIN=bin
-
-include Makefile.main