X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmips%2Fau1000%2Fcommon%2FMakefile;h=594b75e5e0800f52201bde1290da0a480723d25e;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f228e8eeeed09c1fc11b2d2e508d7c7feb50e0a1;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/mips/au1000/common/Makefile b/arch/mips/au1000/common/Makefile index f228e8eee..594b75e5e 100644 --- a/arch/mips/au1000/common/Makefile +++ b/arch/mips/au1000/common/Makefile @@ -7,14 +7,9 @@ # obj-y += prom.o int-handler.o irq.o puts.o time.o reset.o \ - au1xxx_irqmap.o clocks.o power.o setup.o sleeper.o cputable.o + au1xxx_irqmap.o clocks.o platform.o power.o setup.o \ + sleeper.o cputable.o dma.o dbdma.o obj-$(CONFIG_AU1X00_USB_DEVICE) += usbdev.o obj-$(CONFIG_KGDB) += dbg_io.o obj-$(CONFIG_PCI) += pci.o - -ifdef CONFIG_SOC_AU1550 -obj-y += dbdma.o -else -obj-y += dma.o -endif