summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-03-09 21:33:21 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-03-09 21:33:21 +0000
commitd8ab92f4c07a242a86f08545fceb557341c23da4 (patch)
tree987d6222c74c9435c6ceb693551bfb31068c67d2
parent054832423c23b4a4e294a1a8af802c9feee73edf (diff)
removed old crap
inew target vmlinux.ecoff instead of zImage
-rw-r--r--arch/mips/boot/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/arch/mips/boot/Makefile b/arch/mips/boot/Makefile
index 1155aa233..64a242a38 100644
--- a/arch/mips/boot/Makefile
+++ b/arch/mips/boot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1999/01/03 17:50:47 ralf Exp $
+# $Id: Makefile,v 1.6 1999/02/25 21:44:46 tsbogend Exp $
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
@@ -24,25 +24,17 @@ strip-flags = $(addprefix --remove-section=,$(drop-sections))
#
# Fake compressed boot
#
-zImage: $(CONFIGURE) elf2ecoff $(TOPDIR)/vmlinux
- ./elf2ecoff $(TOPDIR)/vmlinux zImage
+vmlinux.ecoff: $(CONFIGURE) elf2ecoff $(TOPDIR)/vmlinux
+ ./elf2ecoff $(TOPDIR)/vmlinux vmlinux.ecoff
elf2ecoff: elf2ecoff.c
$(HOSTCC) -o $@ $^
-zdisk: zImage
-# if [ -f /etc/remote-mcopy ]; then \
-# ssh rio mcopy -o - a:vmlinux <zImage; \
-# else \
-# mcopy -o zImage a:vmlinux; \
-# fi
- cp zImage /boot/vmlinux
-
# Don't build dependencies, this may die if $(CC) isn't gcc
dep:
clean:
- rm -f zImage zImage.tmp mkboot
+ rm -f vmlinux.ecoff
dummy: