| 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 |  | 
| Ralf Baechle | e4ac58a | 2006-04-03 17:56:36 +0100 | [diff] [blame] | 8 | obj-y += prom.o irq.o puts.o time.o reset.o \ | 
| Manuel Lauss | 785e326 | 2008-12-21 09:26:17 +0100 | [diff] [blame] | 9 | 	clocks.o platform.o power.o setup.o \ | 
| Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 10 | 	sleeper.o dma.o dbdma.o | 
 | 11 |  | 
 | 12 | # optional gpiolib support | 
 | 13 | ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),) | 
 | 14 |  ifeq ($(CONFIG_GPIOLIB),y) | 
 | 15 |   obj-$(CONFIG_ALCHEMY_GPIO_AU1000) += gpiolib-au1000.o | 
 | 16 |  endif | 
 | 17 | endif | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | obj-$(CONFIG_PCI)		+= pci.o | 
| Ralf Baechle | dde96ca | 2007-07-30 11:48:58 +0100 | [diff] [blame] | 20 |  | 
 | 21 | EXTRA_CFLAGS += -Werror |