|
@@ -5,14 +5,16 @@
|
|
# Makefile for the Alchemy Au1xx0 CPUs, generic files.
|
|
# Makefile for the Alchemy Au1xx0 CPUs, generic files.
|
|
#
|
|
#
|
|
|
|
|
|
-obj-y += prom.o irq.o time.o reset.o \
|
|
|
|
|
|
+obj-y += prom.o time.o reset.o \
|
|
clocks.o platform.o power.o setup.o \
|
|
clocks.o platform.o power.o setup.o \
|
|
sleeper.o dma.o dbdma.o
|
|
sleeper.o dma.o dbdma.o
|
|
|
|
|
|
|
|
+obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o
|
|
|
|
+
|
|
# optional gpiolib support
|
|
# optional gpiolib support
|
|
ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
|
|
ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
|
|
ifeq ($(CONFIG_GPIOLIB),y)
|
|
ifeq ($(CONFIG_GPIOLIB),y)
|
|
- obj-$(CONFIG_ALCHEMY_GPIO_AU1000) += gpiolib-au1000.o
|
|
|
|
|
|
+ obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += gpiolib-au1000.o
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
|