summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/Makefile
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 06:20:09 (GMT)
committerSimon Glass <sjg@chromium.org>2015-12-01 15:07:22 (GMT)
commitcc2244b8fa85b4a8af228617ed7566785dfb1728 (patch)
treea688f3f3f8b7301053262f64270bfc76f98df769 /arch/arm/mach-rockchip/Makefile
parentabe919ec5487bda93245369eb103b20e182fd8b5 (diff)
downloadu-boot-cc2244b8fa85b4a8af228617ed7566785dfb1728.tar.xz
rockchip: add timer driver
some rockchip soc will not include lib/timer.c in SPL stage, so implement timer driver for some soc can use us delay function in SPL. Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/Makefile')
-rw-r--r--arch/arm/mach-rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile
index 5a4e383..abe03a8 100644
--- a/arch/arm/mach-rockchip/Makefile
+++ b/arch/arm/mach-rockchip/Makefile
@@ -10,4 +10,5 @@ else
obj-y += board.o
endif
obj-y += common.o
+obj-y += rk_timer.o
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288/