--- zzzz-none-000/linux-2.4.17/arch/mips/ite-boards/qed-4n-s01b/Makefile 2001-09-09 17:43:01.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/arch/mips/ite-boards/qed-4n-s01b/Makefile 2004-11-24 13:22:38.000000000 +0000 @@ -16,22 +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 - -ifdef CONFIG_BLK_DEV_INITRD -obj-y += le_ramdisk.o -endif - - -dep: - $(CPP) -M *.c > .depend +obj-$(CONFIG_PCI) += pci_fixup.o include $(TOPDIR)/Rules.make