Blackfin: support console-over-JTAG
[oweals/u-boot.git] / cpu / mpc86xx / Makefile
index a9767adeb798f5f9a6536c41bc3a1d26b3367f18..34a97555621457c1b7556250df9ed64a26477f3e 100644 (file)
@@ -31,6 +31,10 @@ LIB  = $(obj)lib$(CPU).a
 START  = start.o
 SOBJS  = cache.o
 
+ifneq ($(CONFIG_NUM_CPUS),1)
+COBJS-y += mp.o
+SOBJS += release.o
+endif
 COBJS-y        += traps.o
 COBJS-y        += cpu.o
 COBJS-y        += cpu_init.o