]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8220/Makefile
Add support for MPC8220 based "sorcery" board.
[karo-tx-uboot.git] / cpu / mpc8220 / Makefile
index e64964b34084c1ae29955dccb82c19044423e4f7..8b9979daf586887c8f1900eb2d0d825d901db2fb 100644 (file)
@@ -27,8 +27,9 @@ LIB   = lib$(CPU).a
 
 START  = start.o
 ASOBJS = io.o fec_dma_tasks.o
-OBJS   = i2c.o traps.o cpu.o cpu_init.o fec.o dramSetup.o interrupts.o \
-         loadtask.o uart.o speed.o
+OBJS   = cpu.o cpu_init.o dramSetup.o fec.o i2c.o \
+         interrupts.o loadtask.o serial.o speed.o \
+         traps.o uart.o
 
 all:   .depend $(START) $(ASOBJS) $(LIB)