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 /arch/arm/mach-imx/Makefile | |
parent | 2321f246e54abf544d3b9f781ade482b5471d37c (diff) | |
download | blackbird-obmc-linux-bea5af41dd9b5f127c730c00610756972a616ed4.tar.gz blackbird-obmc-linux-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 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 799e65a530be..f70e18470799 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -1,4 +1,4 @@ -obj-y := time.o cpu.o system.o irq-common.o +obj-y := cpu.o system.o irq-common.o obj-$(CONFIG_SOC_IMX1) += mm-imx1.o obj-$(CONFIG_SOC_IMX21) += mm-imx21.o |