summaryrefslogtreecommitdiff
path: root/arch/nios2/lib/Makefile
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-08 21:17:42 +0800
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 07:28:50 +0800
commitfea7f3aa3e5644b702be15d9076fe7b4b73db668 (patch)
tree62a96450a01f95286ab1fdda19940019a78eb097 /arch/nios2/lib/Makefile
parent51068bcfc977538e3d3e1e32d9fccd0e1cacc501 (diff)
nios2: Switch to generic timer
Zap almost all of the ad-hoc timer code from interrupts.c and use the code in lib/time.c instead. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'arch/nios2/lib/Makefile')
-rw-r--r--arch/nios2/lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/lib/Makefile b/arch/nios2/lib/Makefile
index 079378a905..e35d2e92a2 100644
--- a/arch/nios2/lib/Makefile
+++ b/arch/nios2/lib/Makefile
@@ -8,4 +8,3 @@
obj-y += cache.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += libgcc.o
-obj-y += time.o