summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ep93xx/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-06-15 11:15:26 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-07-08 14:22:39 (GMT)
commit361c81f996707e122bffe95c5a3e6c47611b8a29 (patch)
treeca3dd6cdb7c665aa4190e7b0a0df53b256216c47 /arch/arm/mach-ep93xx/Makefile
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
downloadlinux-361c81f996707e122bffe95c5a3e6c47611b8a29.tar.xz
ARM: ep93xx: move timer to its own file
This breaks the timer code out of the core file in preparation for refactoring. Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ep93xx/Makefile')
-rw-r--r--arch/arm/mach-ep93xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/Makefile b/arch/arm/mach-ep93xx/Makefile
index 78d427b..b7ae434 100644
--- a/arch/arm/mach-ep93xx/Makefile
+++ b/arch/arm/mach-ep93xx/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for the linux kernel.
#
-obj-y := core.o clock.o
+obj-y := core.o clock.o timer-ep93xx.o
obj-$(CONFIG_EP93XX_DMA) += dma.o