summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/nomadik/Makefile
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@unipv.it>2009-07-24 11:27:03 +0200
committerHeiko Schocher <hs@denx.de>2009-07-29 09:57:46 +0200
commit60cbfbfd0fbebb4682f10ba96f622bfe17317598 (patch)
treeeadb6349ce6c61a5ba432b791bb05ce221e1c66e /cpu/arm926ejs/nomadik/Makefile
parent549b98306d897ae5991362d6096a36df50efe686 (diff)
arm nomadik: add gpio support
Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm926ejs/nomadik/Makefile')
-rw-r--r--cpu/arm926ejs/nomadik/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/nomadik/Makefile b/cpu/arm926ejs/nomadik/Makefile
index e3bd2eef4..0fc9f2a4c 100644
--- a/cpu/arm926ejs/nomadik/Makefile
+++ b/cpu/arm926ejs/nomadik/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-COBJS = timer.o
+COBJS = timer.o gpio.o
SOBJS = reset.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)