Makefile (e4da3fbfbd1de56d2367653e3823e6445e49f8a9) | Makefile (809f36c6f4a0568178c909ff1096ca83eae33f7d) |
---|---|
1# 2# Copyright 2000, 2008 MontaVista Software Inc. 3# Author: MontaVista Software, Inc. <source@mvista.com> 4# 5# Makefile for the Alchemy Au1xx0 CPUs, generic files. 6# 7 8obj-y += prom.o time.o clocks.o platform.o power.o setup.o \ | 1# 2# Copyright 2000, 2008 MontaVista Software Inc. 3# Author: MontaVista Software, Inc. <source@mvista.com> 4# 5# Makefile for the Alchemy Au1xx0 CPUs, generic files. 6# 7 8obj-y += prom.o time.o clocks.o platform.o power.o setup.o \ |
9 sleeper.o dma.o dbdma.o | 9 sleeper.o dma.o dbdma.o vss.o |
10 11obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o | 10 11obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o |
12obj-$(CONFIG_ALCHEMY_GPIOINT_AU1300) += gpioint.o |
|
12 13# optional gpiolib support 14ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),) 15 obj-$(CONFIG_GPIOLIB) += gpiolib.o 16endif | 13 14# optional gpiolib support 15ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),) 16 obj-$(CONFIG_GPIOLIB) += gpiolib.o 17endif |