patch-2.4.22 linux-2.4.22/arch/mips/sibyte/sb1250/Makefile
Next file: linux-2.4.22/arch/mips/sibyte/sb1250/bcm1250_tbprof.c
Previous file: linux-2.4.22/arch/mips/sibyte/sb1/cache_error.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/mips/sibyte/sb1250/Makefile
-  Orig date: 
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.21/arch/mips/sibyte/sb1250/Makefile linux-2.4.22/arch/mips/sibyte/sb1250/Makefile
@@ -4,10 +4,11 @@
 
 obj-y := setup.o irq.o irq_handler.o time.o
 
-obj-$(CONFIG_PCI)		+= pci.o
-obj-$(CONFIG_SMP)		+= smp.o
-obj-$(CONFIG_BCM1250_TBPROF)	+= bcm1250_tbprof.o
-obj-$(CONFIG_MIPS32)		+= lib_hssubr.o
-obj-$(CONFIG_SIBYTE_STANDALONE)	+= prom.o
+obj-$(CONFIG_PCI)			+= pci.o
+obj-$(CONFIG_BLK_DEV_IDE)		+= ide.o
+obj-$(CONFIG_SMP)			+= smp.o
+obj-$(CONFIG_SIBYTE_TBPROF)		+= bcm1250_tbprof.o
+obj-$(CONFIG_SIBYTE_STANDALONE)		+= prom.o
+obj-$(CONFIG_SIBYTE_BUS_WATCHER)	+= bus_watcher.o
 
 include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)