summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common/Makefile
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-07-21 13:29:29 (GMT)
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 10:49:20 (GMT)
commit25223a68e5f7cc32eebb44313efe8ff15a0f5fd6 (patch)
treed5c464dd2adbf193421abb4b668b968fcc8eb519 /arch/arm/cpu/armv7/omap-common/Makefile
parent924eb369e341fbde52c4fa16a1b5e8208fec94bf (diff)
downloadu-boot-25223a68e5f7cc32eebb44313efe8ff15a0f5fd6.tar.xz
omap: reuse omap3 gpio support in omap4
Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/Makefile')
-rw-r--r--arch/arm/cpu/armv7/omap-common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/Makefile b/arch/arm/cpu/armv7/omap-common/Makefile
index 0708796..ea9f8ec 100644
--- a/arch/arm/cpu/armv7/omap-common/Makefile
+++ b/arch/arm/cpu/armv7/omap-common/Makefile
@@ -29,6 +29,7 @@ SOBJS := reset.o
COBJS := timer.o
COBJS += utils.o
+COBJS += gpio.o
ifdef CONFIG_SPL_BUILD
COBJS += spl.o