]> git.sur5r.net Git - u-boot/blobdiff - cpu/nios2/Makefile
Correct shift offsets in icache_status and dcache_status for MPC83xx.
[u-boot] / 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)