Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[linux/fpc-iii.git] / arch / mips / alchemy / common / Makefile
blob06c0e65a54b5e079c1fd4f52ed71e289e68874c9
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
11 obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o
13 # optional gpiolib support
14 ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
15 ifeq ($(CONFIG_GPIOLIB),y)
16 obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += gpiolib-au1000.o
17 endif
18 endif
20 obj-$(CONFIG_PCI) += pci.o
22 EXTRA_CFLAGS += -Werror