diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-05-15 15:41:00 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 14:52:30 +0800 |
commit | bea5af41dd9b5f127c730c00610756972a616ed4 (patch) | |
tree | 4eda620d61fbe66d37c9b48f71c67719484fdf2c /drivers/clocksource/Makefile | |
parent | 2321f246e54abf544d3b9f781ade482b5471d37c (diff) | |
download | linux-stable-bea5af41dd9b5f127c730c00610756972a616ed4.tar.gz linux-stable-bea5af41dd9b5f127c730c00610756972a616ed4.tar.bz2 linux-stable-bea5af41dd9b5f127c730c00610756972a616ed4.zip |
ARM: imx: move timer driver into drivers/clocksource
After the cleanup on imx timer driver, now it's ready to be moved into
drivers/clocksource/. Let's do it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
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 5b85f6adb258..fce332cac646 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -51,4 +51,5 @@ obj-$(CONFIG_ARCH_KEYSTONE) += timer-keystone.o obj-$(CONFIG_ARCH_INTEGRATOR_AP) += timer-integrator-ap.o obj-$(CONFIG_CLKSRC_VERSATILE) += versatile.o obj-$(CONFIG_CLKSRC_MIPS_GIC) += mips-gic-timer.o +obj-$(CONFIG_CLKSRC_IMX_GPT) += timer-imx-gpt.o obj-$(CONFIG_ASM9260_TIMER) += asm9260_timer.o |