* Patch by Scott McNutt, 21 Oct 2004:
[oweals/u-boot.git] / cpu / nios2 / Makefile
index 76b324a7afec36ec2c861d7969e80f0d1af13e26..11fda50c0c46a0e8e15d0e26cb8bda3b401044d0 100644 (file)
@@ -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)