| 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 \ | 
| Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 9 | 	sleeper.o dma.o dbdma.o | 
 | 10 |  | 
| Manuel Lauss | 5d400f5 | 2009-11-23 20:40:01 +0100 | [diff] [blame] | 11 | obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o | 
 | 12 |  | 
| Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 13 | # optional gpiolib support | 
 | 14 | ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),) | 
 | 15 |  ifeq ($(CONFIG_GPIOLIB),y) | 
| Manuel Lauss | 5d400f5 | 2009-11-23 20:40:01 +0100 | [diff] [blame] | 16 |   obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += gpiolib-au1000.o | 
| Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 17 |  endif | 
 | 18 | endif | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | obj-$(CONFIG_PCI)		+= pci.o |