IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / arch / mips / alchemy / common / Makefile
blobcb83d8d21aef33877d718b7494e0afa11b8b9a99
2 # Copyright 2000, 2008 MontaVista Software Inc.
3 # Author: MontaVista Software, Inc. <source@mvista.com>
5 # Makefile for the Alchemy Au1xx0 CPUs, generic files.
8 obj-y += prom.o time.o clocks.o platform.o power.o setup.o \
9 sleeper.o dma.o dbdma.o vss.o irq.o usb.o
11 # optional gpiolib support
12 ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
13 obj-$(CONFIG_GPIOLIB) += gpiolib.o
14 endif