summaryrefslogtreecommitdiff
path: root/cpu/nios2/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-03-30 23:28:18 +0000
committerwdenk <wdenk>2005-03-30 23:28:18 +0000
commit0c1c117cf18ffa3fdc0342dfc47c6003fc5fc5a0 (patch)
treeac60588bc373565ce7a626e39b3d149e715be025 /cpu/nios2/Makefile
parent8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0 (diff)
* Patch by Scott McNutt, 21 Oct 2004:
Add support for Nios-II EPCS Controller core. * Patch by Scott McNutt, 20 Oct 2004: Nios-II cleanups: - Add sysid command (Nios-II only). - Locate default exception trampoline at proper offset. - Implement I/O routines (readb, writeb, etc) - Implement do_bootm_linux
Diffstat (limited to 'cpu/nios2/Makefile')
-rw-r--r--cpu/nios2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/nios2/Makefile b/cpu/nios2/Makefile
index 76b324a7af..11fda50c0c 100644
--- a/cpu/nios2/Makefile
+++ b/cpu/nios2/Makefile
@@ -27,7 +27,7 @@ LIB = lib$(CPU).a
START = start.o
AOBJS = exceptions.o
-OBJS = cpu.o interrupts.o serial.o traps.o
+OBJS = cpu.o interrupts.o serial.o sysid.o traps.o epcs.o
all: .depend $(START) $(LIB)