Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/qed-4n-s01b
In directory usw-pr-cvs1:/tmp/cvs-serv7520/ite-boards/qed-4n-s01b
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/ite-boards/qed-4n-s01b/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 2001/10/05 21:25:32 1.2
+++ Makefile 2001/11/08 17:42:08 1.3
@@ -16,17 +16,10 @@
.S.o:
$(CC) $(CFLAGS) -c $< -o $*.o
-all: ite.o
-
O_TARGET := ite.o
obj-y := init.o
-ifdef CONFIG_PCI
-obj-y += pci_fixup.o
-endif
-
-dep:
- $(CPP) -M *.c > .depend
+obj-$(CONFIG_PCI) += pci_fixup.o
include $(TOPDIR)/Rules.make
|