]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/mips/alchemy/common/Makefile
MIPS: Alchemy: remove old clock support
[mirror_ubuntu-hirsute-kernel.git] / arch / mips / alchemy / common / Makefile
1 #
2 # Copyright 2000, 2008 MontaVista Software Inc.
3 # Author: MontaVista Software, Inc. <source@mvista.com>
4 #
5 # Makefile for the Alchemy Au1xx0 CPUs, generic files.
6 #
7
8 obj-y += prom.o time.o clock.o platform.o power.o \
9 setup.o sleeper.o dma.o dbdma.o vss.o irq.o usb.o
10
11 # optional gpiolib support
12 ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
13 obj-$(CONFIG_GPIOLIB) += gpiolib.o
14 endif