]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit6a32d085ae71724edffa30fcd2045520a051cb14
tree29aa7561f61748aa7688d650b4d0d3cc27e565a9
parentd16f1b648356d70ebbda2eb1b2af18a6816dacb1
[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