]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/nios/Makefile
Patches by Stephan Linz, 30 Jan 2004:
[karo-tx-uboot.git] / cpu / nios / Makefile
index a9adbc593cc6f8627426f10df813e288731176e0..78553256a08fa7b543dbb2a3c66f14ad9f767bf4 100644 (file)
@@ -27,7 +27,7 @@ LIB   = lib$(CPU).a
 
 START  = start.o
 AOBJS  = traps.o
-OBJS   = cpu.o interrupts.o serial.o asmi.o
+OBJS   = cpu.o interrupts.o serial.o asmi.o spi.o
 
 all:   .depend $(START) $(LIB)