Skip to content

Commit 949c80e

Browse files
committed
mpc512x: fix build issues
Commit 800eb09 "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>
1 parent e299e3f commit 949c80e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/powerpc/cpu/mpc512x/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ LIB = $(obj)lib$(CPU).a
2929
START = start.o
3030
COBJS-y := cpu.o
3131
COBJS-y += traps.o
32-
COBJS-y += common.o
3332
COBJS-y += cpu_init.o
3433
COBJS-y += fixed_sdram.o
3534
COBJS-y += i2c.o

0 commit comments

Comments
 (0)