import of upstream 2.4.34.4 from kernel.org
[linux-2.4.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 # Note! Dependencies are done automagically by 'make dep', which also
9 # removes any old dependencies. DON'T put your own dependencies here
10 # unless it's something special (ie not a .c file).
11 #
12
13 USE_STANDARD_AS_RULE := true
14
15 all: au1000.o
16
17 O_TARGET := au1000.o
18
19 export-objs             = prom.o clocks.o power.o usbdev.o
20
21 obj-y := prom.o int-handler.o irq.o puts.o time.o reset.o cputable.o \
22         au1xxx_irqmap.o clocks.o power.o setup.o sleeper.o dma.o dbdma.o
23   
24 export-objs += dma.o dbdma.o
25
26 obj-$(CONFIG_AU1X00_USB_DEVICE) += usbdev.o
27 obj-$(CONFIG_KGDB) += dbg_io.o
28 obj-$(CONFIG_RTC) += rtc.o
29 obj-$(CONFIG_PCI) += pci_ops.o pci_fixup.o
30
31 include $(TOPDIR)/Rules.make