diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-03-20 10:46:01 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-04-04 09:22:09 +0200 |
commit | 4f0f234fce1d263cc9881456352e8fd56ead0514 (patch) | |
tree | 492ac93a4cec234aa400c47722a607ce4ea02679 /drivers/clocksource/Makefile | |
parent | 9e09dc5f7fdc1e914c3b7bc186fa4b54d05a88d6 (diff) | |
download | talos-obmc-linux-4f0f234fce1d263cc9881456352e8fd56ead0514.tar.gz talos-obmc-linux-4f0f234fce1d263cc9881456352e8fd56ead0514.zip |
arm: zynq: Move timer to generic location
Move zynq timer out of mach folder to generic location
and enable it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r-- | drivers/clocksource/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index 4d8283aec5b5..e74c8ce26bf0 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_ARCH_BCM2835) += bcm2835_timer.o obj-$(CONFIG_SUNXI_TIMER) += sunxi_timer.o obj-$(CONFIG_ARCH_TEGRA) += tegra20_timer.o obj-$(CONFIG_VT8500_TIMER) += vt8500_timer.o +obj-$(CONFIG_CADENCE_TTC_TIMER) += cadence_ttc_timer.o obj-$(CONFIG_ARM_ARCH_TIMER) += arm_arch_timer.o obj-$(CONFIG_CLKSRC_METAG_GENERIC) += metag_generic.o |