[media] ivtv: remove open_id/id from the filehandle code
[linux/fpc-iii.git] / arch / mips / alchemy / common / Makefile
blob811ece7b22e304fd9d04a8f38c1c6a241267b058
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 obj-$(CONFIG_GPIOLIB) += gpiolib.o
16 endif