|
|
| File: [Development] / linux-2.6-xfs / arch / mips / au1000 / common / Makefile (download)
Revision 1.4, Thu Jun 17 03:20:52 2004 UTC (13 years, 4 months ago) by nathans
Merge up to 2.6.7, and upgrade kdb at the same time. |
# # Copyright 2000 MontaVista Software Inc. # Author: MontaVista Software, Inc. # ppopov@mvista.com or source@mvista.com # # Makefile for the Alchemy Au1000 CPU, generic files. # 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 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