Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Sergei Shtylyov | c1dcb14 | 2008-04-30 23:18:41 +0400 | [diff] [blame] | 2 | # Copyright 2000, 2008 MontaVista Software Inc. |
| 3 | # Author: MontaVista Software, Inc. <source@mvista.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | # |
Sergei Shtylyov | c1dcb14 | 2008-04-30 23:18:41 +0400 | [diff] [blame] | 5 | # Makefile for the Alchemy Au1xx0 CPUs, generic files. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | # |
| 7 | |
Manuel Lauss | 32fd690 | 2009-12-08 19:18:13 +0100 | [diff] [blame] | 8 | obj-y += prom.o time.o clocks.o platform.o power.o setup.o \ |
Florian Fainelli | 216d0fd | 2012-10-08 15:11:40 +0200 | [diff] [blame] | 9 | sleeper.o dma.o dbdma.o vss.o irq.o usb.o |
Manuel Lauss | 5d400f5 | 2009-11-23 20:40:01 +0100 | [diff] [blame] | 10 | |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 11 | # optional gpiolib support |
| 12 | ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),) |
Manuel Lauss | ce1d43b | 2011-08-02 19:51:03 +0200 | [diff] [blame] | 13 | obj-$(CONFIG_GPIOLIB) += gpiolib.o |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 14 | endif |