]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Fix make rules for treeImage.initrd
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 15 May 2007 02:40:23 +0000 (12:40 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 17 May 2007 11:11:14 +0000 (21:11 +1000)
commit3f94da8f64b93e3c431db8faf9bd3c3f46366a4b
tree29aa7561f61748aa7688d650b4d0d3cc27e565a9
parent9513d817b32f7fd5e40037d3adceef18a8f631f9
[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 <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile