blob: f64744f3b59f77192f4ce1b76f32f96ed4e607f7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Sergei Shtylyovc1dcb142008-04-30 23:18:41 +04002# Copyright 2000, 2008 MontaVista Software Inc.
3# Author: MontaVista Software, Inc. <source@mvista.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#
Sergei Shtylyovc1dcb142008-04-30 23:18:41 +04005# Makefile for the Alchemy Au1xx0 CPUs, generic files.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#
7
Manuel Lauss72e1e2a2014-07-23 16:36:57 +02008obj-y += prom.o time.o clock.o platform.o power.o \
Manuel Lauss47440222014-07-23 16:36:48 +02009 setup.o sleeper.o dma.o dbdma.o vss.o irq.o usb.o
Manuel Lauss5d400f52009-11-23 20:40:01 +010010
Manuel Lauss51e02b02009-06-06 14:09:55 +020011# optional gpiolib support
12ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
Manuel Laussce1d43b2011-08-02 19:51:03 +020013 obj-$(CONFIG_GPIOLIB) += gpiolib.o
Manuel Lauss51e02b02009-06-06 14:09:55 +020014endif