summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/am33xx/Makefile
diff options
context:
space:
mode:
authorChandan Nath <chandan.nath@ti.com>2011-10-14 02:58:23 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 19:56:36 (GMT)
commitf87fa62af9abd5f8196596d3ea4347999ec40e1e (patch)
tree353e4db95ba7292b6b947ef63eec490890564885 /arch/arm/cpu/armv7/am33xx/Makefile
parent5655108a8215123bac7154f64c29109fd63d86be (diff)
downloadu-boot-fsl-qoriq-f87fa62af9abd5f8196596d3ea4347999ec40e1e.tar.xz
ARM:AM33XX: Add clock definitions
This patch adds basic clock definition of am33xx SoC. Signed-off-by: Chandan Nath <chandan.nath@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/am33xx/Makefile')
-rw-r--r--arch/arm/cpu/armv7/am33xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/am33xx/Makefile b/arch/arm/cpu/armv7/am33xx/Makefile
index 498df78..fc25587 100644
--- a/arch/arm/cpu/armv7/am33xx/Makefile
+++ b/arch/arm/cpu/armv7/am33xx/Makefile
@@ -18,6 +18,7 @@ LIB = $(obj)lib$(SOC).o
SOBJS := lowlevel_init.o
+COBJS += clock.o
COBJS += sys_info.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)