From: James S. <jsi...@us...> - 2001-11-08 17:42:10
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000 In directory usw-pr-cvs1:/tmp/cvs-serv7520/au1000/pb1000 Modified Files: Makefile Log Message: Cleanup Makefile crap and add support for Sibyte SB1250 / SWARM. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/pb1000/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 2001/08/17 22:53:26 1.3 +++ Makefile 2001/11/08 17:42:08 1.4 @@ -15,15 +15,10 @@ .S.o: $(CC) $(CFLAGS) -c $< -o $*.o -all: pb1000.o - O_TARGET := pb1000.o obj-y := init.o setup.o obj-$(CONFIG_PCI) += pci_fixup.o pci_ops.o - -dep: - $(CPP) -M *.c > .depend include $(TOPDIR)/Rules.make |