summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/s5pc1xx/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-02-12 09:17:52 (GMT)
committertrix <trix@windriver.com>2010-04-03 20:24:25 (GMT)
commitab693e9c4c06b42d1746a0d7a03541968fb55bb9 (patch)
treed027534ac2183e17d00bec5509fab5f62ab37708 /cpu/arm_cortexa8/s5pc1xx/Makefile
parent7b92159bd9fc0acaddd65b314da252b715d1b44e (diff)
downloadu-boot-fsl-qoriq-ab693e9c4c06b42d1746a0d7a03541968fb55bb9.tar.xz
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 4f922e6..7290c2f 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)