diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-25 20:16:52 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 16:30:03 +0800 |
commit | c74512bf83f3568baf566265c5bd3b8a96ede353 (patch) | |
tree | 2ed66625b1c64f011428a753b8edfa180d3d2d0d /arch/arm/mach-mxs/Makefile | |
parent | 7a9c39f7872afca493ccee05bd6754557cb0c586 (diff) | |
download | talos-op-linux-c74512bf83f3568baf566265c5bd3b8a96ede353.tar.gz talos-op-linux-c74512bf83f3568baf566265c5bd3b8a96ede353.zip |
ARM: mxs: move timer driver into drivers/clocksource
Move mxs timer driver into drivers/clocksource as mxs_timer.c.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 3d3c8a973062..76c336e6f5b5 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,5 +1,5 @@ # Common support -obj-y := icoll.o ocotp.o system.o timer.o mm.o +obj-y := icoll.o ocotp.o system.o mm.o obj-$(CONFIG_PM) += pm.o |