summaryrefslogtreecommitdiffstats
path: root/src/Makefile-ia64
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-ia64
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-ia64')
-rw-r--r--src/Makefile-ia6418
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Makefile-ia64 b/src/Makefile-ia64
deleted file mode 100644
index 503f7e033..000000000
--- a/src/Makefile-ia64
+++ /dev/null
@@ -1,18 +0,0 @@
-ARCH:=ia64
-MAKEDEPS:=
-
-include arch/$(ARCH)/Config
-include Config
-
-CC= ia64-linux-gcc
-AS= ia64-linux-as
-LD= ia64-linux-ld
-SIZE= ia64-linux-size
-AR= ia64-linux-ar
-RANLIB= ia64-linux-ranlib
-OBJCOPY= ia64-linux-objcopy
-
-MAKEDEPS+=Makefile-ia64
-BIN=bin-ia64
-
-include Makefile.main