]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/boot: Don't install zImage.* from make install
authorTony Breeds <tony@bakeyournoodle.com>
Thu, 14 Aug 2014 07:05:04 +0000 (17:05 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 25 Sep 2014 13:14:34 +0000 (23:14 +1000)
commit2541f318dc5b632fd1bd4690d5725fe460a252f6
treee3203d1cccd1436ea3715095fdbe1ac84c01e030
parent770232a5e3ec2cc16f790288764c5d0ebb66e656
powerpc/boot: Don't install zImage.* from make install

in commit be317356f (powerpc: Copy bootable images in the default
install script) we changed to copying all the built boot targets based
on the assumption that it's backwards compatible.  It turns out that
debian devived installkernel scripts will barf if not given exactly 4
args.

This change reverts make install to just install the vmlinux (we can
change the dfault in a seperate patch) and introduces a new make
zInstall which works with a more flexible installkernel script.

Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/Makefile