Commit 949c80e100699e1cc4bac8c0cf345e02f232d76e

Authored by Wolfgang Denk
1 parent e299e3f7a3

mpc512x: fix build issues

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/powerpc/cpu/mpc512x/Makefile
... ... @@ -29,7 +29,6 @@
29 29 START = start.o
30 30 COBJS-y := cpu.o
31 31 COBJS-y += traps.o
32   -COBJS-y += common.o
33 32 COBJS-y += cpu_init.o
34 33 COBJS-y += fixed_sdram.o
35 34 COBJS-y += i2c.o