summaryrefslogtreecommitdiff
path: root/arch/nios2/cpu/Makefile
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-08 21:23:37 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:28:50 +0800
commite6500f86a6ddac4c4a2cfcbd517283665563ef70 (patch)
tree869ac9f26fd1722ff6ac3b4cb5bcb507c5353591 /arch/nios2/cpu/Makefile
parentfea7f3aa3e5644b702be15d9076fe7b4b73db668 (diff)
nios2: Split timer code into timer.c
Move the timer code from interrupts.c into timer.c . Eliminate the installation of timer interrupt handler, which is no longer used. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'arch/nios2/cpu/Makefile')
-rw-r--r--arch/nios2/cpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/cpu/Makefile b/arch/nios2/cpu/Makefile
index 3fe7847160..c85e26169d 100644
--- a/arch/nios2/cpu/Makefile
+++ b/arch/nios2/cpu/Makefile
@@ -7,5 +7,5 @@
extra-y = start.o
obj-y = exceptions.o
-obj-y += cpu.o interrupts.o sysid.o traps.o
+obj-y += cpu.o interrupts.o sysid.o timer.o traps.o
obj-y += fdt.o