kbuild: fix make rpm for powerpc
authorMike Wolf <mjw@us.ibm.com>
Fri, 2 Jun 2006 14:53:42 +0000 (09:53 -0500)
committerSam Ravnborg <sam@mars.ravnborg.org>
Thu, 8 Jun 2006 18:18:49 +0000 (20:18 +0200)
The default target for most powerpc platforms is zImage.  The
zImage however is in arch/powerpc/boot and the mkspec script
was set up to get the kernel from the top level of the kernel
tree.  This patch copies vmlinux to arch/powerpc/boot and then
copies the kernel to the tmp directory so the rpm can be made.

Signed-off-by: Mike Wolf <mjw@us.ibm.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found