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 | 72e1e2a | 2014-07-23 16:36:57 +0200 | [diff] [blame] | 8 | obj-y += prom.o time.o clock.o platform.o power.o \ |
Manuel Lauss | 4744022 | 2014-07-23 16:36:48 +0200 | [diff] [blame] | 9 | setup.o 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 |