Update of /cvsroot/linux-mips/linux/arch/mips/zboot/pb1000
In directory usw-pr-cvs1:/tmp/cvs-serv27309/arch/mips/zboot/pb1000
Modified Files:
Makefile
Log Message:
Added zImage support for the Pb1500.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/pb1000/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 10 Oct 2001 17:46:56 -0000 1.1
+++ Makefile 16 Feb 2002 16:55:45 -0000 1.2
@@ -60,7 +60,7 @@
all: zImage
clean:
- rm -rf *.o vmlinux*
+ rm -rf *.o vmlinux* zvmlinux.*
head.o: head.S $(TOPDIR)/vmlinux
$(CC) -DFLASH_LOAD_ADDR=$(FLASH_LOAD_ADDR) $(AFLAGS) \
|