]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit949c80e100699e1cc4bac8c0cf345e02f232d76e
tree7a294fe997fb8f5c6dc17497577808aad657a637
parente299e3f7a3796fd7051efea8177e85b794a99d7c
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>
arch/powerpc/cpu/mpc512x/Makefile