From: Michal Marek Date: Wed, 11 Jun 2014 11:53:48 +0000 (+0200) Subject: powerpc: Avoid circular dependency with zImage.% X-Git-Tag: omap-for-v3.16/fixes-against-rc1~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699c659b49b5c7cf601fe454683841df16495c3e;p=pandora-kernel.git powerpc: Avoid circular dependency with zImage.% The rule to create the final images uses a zImage.% pattern. Unfortunately, this also matches the names of the zImage.*.lds linker scripts, which appear as a dependency of the final images. This somehow worked when $(srctree) used to be an absolute path, but now the pattern matches too much. List only the images from $(image-y) as the target of the rule, to avoid the circular dependency. Reported-and-tested-by: Mike Qiu Signed-off-by: Michal Marek --- Reading git-diff-tree failed