commit | 221d2aca1f4ea305d569d31116b525dbf0b1d595 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Thu Oct 22 22:28:53 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:37:03 2015 +0800 |
tree | b78265a3c855d30a49a75c9271ae63cd5bd6e1c8 | |
parent | 7881597264d500c15b17be30a409866dfc7fa3b5 [diff] [blame] |
nios2: convert altera timer to driver model Convert altera timer to driver model. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Chin Liang See <clsee@altera.com>
diff --git a/arch/nios2/cpu/Makefile b/arch/nios2/cpu/Makefile index c85e261..3fe7847 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 timer.o traps.o +obj-y += cpu.o interrupts.o sysid.o traps.o obj-y += fdt.o