USB: move common alchemy USB routines to arch/mips/alchemy/common.c
[deliverable/linux.git] / arch / mips / alchemy / common / Makefile
CommitLineData
1da177e4 1#
c1dcb14e
SS
2# Copyright 2000, 2008 MontaVista Software Inc.
3# Author: MontaVista Software, Inc. <source@mvista.com>
1da177e4 4#
c1dcb14e 5# Makefile for the Alchemy Au1xx0 CPUs, generic files.
1da177e4
LT
6#
7
32fd6901 8obj-y += prom.o time.o clocks.o platform.o power.o setup.o \
216d0fde 9 sleeper.o dma.o dbdma.o vss.o irq.o usb.o
5d400f5c 10
51e02b02
ML
11# optional gpiolib support
12ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
ce1d43b9 13 obj-$(CONFIG_GPIOLIB) += gpiolib.o
51e02b02 14endif
This page took 0.626442 seconds and 5 git commands to generate.