From: David Gibson Date: Tue, 15 May 2007 02:40:23 +0000 (+1000) Subject: [POWERPC] Fix make rules for treeImage.initrd X-Git-Tag: v2.6.22-rc2~7^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a32d085ae71724edffa30fcd2045520a051cb14;p=pandora-kernel.git [POWERPC] Fix make rules for treeImage.initrd At present attempting to build treeImage.initrd.* boot images will fail, because make will select the treeImage.% rule which also matches instead of the correct and more specific treeImage.initrd.% rule. This patch corrects the problem by listing the more specific rule first. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed