]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc512x: fix build issues
authorWolfgang Denk <wd@denx.de>
Tue, 28 Sep 2010 21:02:05 +0000 (23:02 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 28 Sep 2010 21:02:05 +0000 (23:02 +0200)
Commit 800eb0964 "POST cleanup." removed file
arch/powerpc/cpu/mpc512x/common.c but failed to remove the reference
to it from arch/powerpc/cpu/mpc512x/Makefile which causes somewhat
obscure build errors:

make[1]: *** No rule to make target `/work/wd/tmp-ppc/arch/powerpc/cpu/mpc512x/.depend', needed by `_depend'.  Stop.

Fix these.

Signed-off-by: Wolfgang Denk <wd@denx.de>
arch/powerpc/cpu/mpc512x/Makefile

index 28926e0d24ca90f3511c73de8ec10c4eec9928e6..ae2f6dc8c835fe12f06a2c0805a1e13532fdbd8f 100644 (file)
@@ -29,7 +29,6 @@ LIB   = $(obj)lib$(CPU).a
 START  = start.o
 COBJS-y        := cpu.o
 COBJS-y        += traps.o
-COBJS-y += common.o
 COBJS-y += cpu_init.o
 COBJS-y += fixed_sdram.o
 COBJS-y += i2c.o