summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap4/Makefile
diff options
context:
space:
mode:
authorSricharan <r.sricharan@ti.com>2011-11-15 14:49:58 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-15 21:25:50 (GMT)
commit2e5ba489284a28990530a5c0e86a4c361e88dbe5 (patch)
tree54cef4eea4852886dc4c233f8938de2ebd7f2e34 /arch/arm/cpu/armv7/omap4/Makefile
parent508a58fa8ef0eab5c9b0b4285a73b3b91420092d (diff)
downloadu-boot-2e5ba489284a28990530a5c0e86a4c361e88dbe5.tar.xz
omap5: clocks: Add clocks support for omap5 platform.
Adding the correct configurations required for dplls, clocks, for omap5 Soc. Also changes are done to retain some part of the code common for OMAP4/5 and move only the remaining to the Soc specific directories. Signed-off-by: sricharan <r.sricharan@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap4/Makefile')
-rw-r--r--arch/arm/cpu/armv7/omap4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap4/Makefile b/arch/arm/cpu/armv7/omap4/Makefile
index 606538b..c7bfa27 100644
--- a/arch/arm/cpu/armv7/omap4/Makefile
+++ b/arch/arm/cpu/armv7/omap4/Makefile
@@ -27,6 +27,7 @@ LIB = $(obj)lib$(SOC).o
COBJS += sdram_elpida.o
COBJS += hwinit.o
+COBJS += clocks.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))