* 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
diff --git a/cpu/nios2/Makefile b/cpu/nios2/Makefile
index 76b324a..11fda50 100644
--- a/cpu/nios2/Makefile
+++ b/cpu/nios2/Makefile
@@ -27,7 +27,7 @@
 
 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)