summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-30 17:45:36 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-04 18:40:46 +0800
commit0228863348ffb3938bb5115950e3737713b1c8f8 (patch)
tree8ccad4777e3c12870d9c247c38364b7a1e88210b /drivers/clocksource/Makefile
parentdf80e395477857b34aaf0bae0785413a9ed8ffe3 (diff)
downloadbarebox-0228863348ffb3938bb5115950e3737713b1c8f8.tar.gz
barebox-0228863348ffb3938bb5115950e3737713b1c8f8.tar.xz
arm: add generic smp twd timer
on Cortex A9 and Cortex A5 we have a generic timer which we can use as clocksource Limit the timer frequency to < 25Mhz Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r--drivers/clocksource/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
new file mode 100644
index 0000000000..9186a5cf59
--- /dev/null
+++ b/drivers/clocksource/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_ARM_SMP_TWD) += arm_smp_twd.o