]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mips/Makefile
* Patch by Steven Scholz, 10 Oct 2003
[karo-tx-uboot.git] / cpu / mips / Makefile
index 91008bfe1ba40098e476ca33a8a09f658ceca123..1182266159c14040cf9321fb62b92e0ff5da65ff 100644 (file)
@@ -26,7 +26,8 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.o
-OBJS   = interrupts.o cpu.o incaip_clock.o serial.o
+OBJS   = asc_serial.o au1x00_serial.o au1x00_eth.o \
+         cpu.o interrupts.o incaip_clock.o
 SOBJS  = incaip_wdt.o cache.o
 
 all:   .depend $(START) $(LIB)