patch-2.4.19 linux-2.4.19/arch/mips/au1000/common/Makefile

Next file: linux-2.4.19/arch/mips/au1000/common/clocks.c
Previous file: linux-2.4.19/arch/mips/arc/tree.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/au1000/common/Makefile linux-2.4.19/arch/mips/au1000/common/Makefile
@@ -19,13 +19,13 @@
 
 O_TARGET := au1000.o
 
-obj-y := prom.o dbg_io.o int-handler.o irq.o puts.o time.o reset.o
+export-objs		= prom.o serial.o clocks.o
+
+obj-y := prom.o int-handler.o dma.o irq.o puts.o time.o reset.o power.o clocks.o
 
 obj-$(CONFIG_AU1000_UART) += serial.o             
+obj-$(CONFIG_AU1000_USB_DEVICE) += usbdev.o
 obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o             
-obj-$(CONFIG_BLK_DEV_INITRD) += ramdisk.o
-
-ramdisk.o: 
-	mkramobj ramdisk ramdisk.o
+obj-$(CONFIG_RTC) += rtc.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)