summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/vf610/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/armv7/vf610/Makefile')
-rw-r--r--arch/arm/cpu/armv7/vf610/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/vf610/Makefile b/arch/arm/cpu/armv7/vf610/Makefile
index 68cb756d67..ad22fc64ae 100644
--- a/arch/arm/cpu/armv7/vf610/Makefile
+++ b/arch/arm/cpu/armv7/vf610/Makefile
@@ -5,4 +5,7 @@
#
obj-y += generic.o
+ifneq ($(CONFIG_SYS_GLOBAL_TIMER),y)
obj-y += timer.o
+endif
+obj-$(CONFIG_SYS_GLOBAL_TIMER) += global_timer.o