summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/am33xx/Makefile
diff options
context:
space:
mode:
authorMatt Porter <mporter@ti.com>2013-03-15 10:07:04 +0000
committerTom Rini <trini@ti.com>2013-03-24 12:49:11 -0400
commitb43c17cba66a8ba88f8a0abc98b2bbb561c54b08 (patch)
tree4ace08f676868aea395e9d408ba44d302136d702 /arch/arm/cpu/armv7/am33xx/Makefile
parent3ba65f97cbedb39fb486f42f8daa9b9e0d36705a (diff)
downloadtalos-obmc-uboot-b43c17cba66a8ba88f8a0abc98b2bbb561c54b08.tar.gz
talos-obmc-uboot-b43c17cba66a8ba88f8a0abc98b2bbb561c54b08.zip
am33xx: refactor am33xx clocks and add ti814x support
Split clock.c for am335x and ti814x and add ti814x specific clock support. Signed-off-by: Matt Porter <mporter@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/am33xx/Makefile')
-rw-r--r--arch/arm/cpu/armv7/am33xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/am33xx/Makefile b/arch/arm/cpu/armv7/am33xx/Makefile
index 70c443edbb..c97e30d441 100644
--- a/arch/arm/cpu/armv7/am33xx/Makefile
+++ b/arch/arm/cpu/armv7/am33xx/Makefile
@@ -16,7 +16,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o
-COBJS += clock.o
+COBJS-$(CONFIG_AM33XX) += clock_am33xx.o
+COBJS-$(CONFIG_TI814X) += clock_ti814x.o
COBJS += sys_info.o
COBJS += mem.o
COBJS += ddr.o
OpenPOWER on IntegriCloud