summaryrefslogtreecommitdiffstats
path: root/cpu/arm_cortexa8/s5pc1xx/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-02-12 18:17:52 +0900
committertrix <trix@windriver.com>2010-04-03 15:24:25 -0500
commitab693e9c4c06b42d1746a0d7a03541968fb55bb9 (patch)
treed027534ac2183e17d00bec5509fab5f62ab37708 /cpu/arm_cortexa8/s5pc1xx/Makefile
parent7b92159bd9fc0acaddd65b314da252b715d1b44e (diff)
downloadtalos-obmc-uboot-ab693e9c4c06b42d1746a0d7a03541968fb55bb9.tar.gz
talos-obmc-uboot-ab693e9c4c06b42d1746a0d7a03541968fb55bb9.zip
s5pc1xx: support the GPIO interface
This patch adds support the GPIO interface Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'cpu/arm_cortexa8/s5pc1xx/Makefile')
-rw-r--r--cpu/arm_cortexa8/s5pc1xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa8/s5pc1xx/Makefile b/cpu/arm_cortexa8/s5pc1xx/Makefile
index 4f922e686a..7290c2f522 100644
--- a/cpu/arm_cortexa8/s5pc1xx/Makefile
+++ b/cpu/arm_cortexa8/s5pc1xx/Makefile
@@ -33,6 +33,7 @@ SOBJS += reset.o
COBJS += clock.o
COBJS += cpu_info.o
+COBJS += gpio.o
COBJS += timer.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OpenPOWER on IntegriCloud