patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / mips / au1000 / common / Makefile
1 #
2 #  Copyright 2000 MontaVista Software Inc.
3 #  Author: MontaVista Software, Inc.
4 #       ppopov@mvista.com or source@mvista.com
5 #
6 # Makefile for the Alchemy Au1000 CPU, generic files.
7 #
8
9 obj-y += prom.o int-handler.o irq.o puts.o time.o reset.o \
10         au1xxx_irqmap.o clocks.o power.o setup.o sleeper.o cputable.o
11
12 obj-$(CONFIG_AU1X00_USB_DEVICE) += usbdev.o
13 obj-$(CONFIG_KGDB)              += dbg_io.o
14 obj-$(CONFIG_PCI)               += pci.o
15
16 ifdef CONFIG_SOC_AU1550
17 obj-y += dbdma.o
18 else
19 obj-y += dma.o
20 endif