Home
last modified time | relevance | path

Searched hist:c913e5f95e546d8d3a9f99ba9908f7e095cbc1fb (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/boot/
H A DMakefilediff c913e5f95e546d8d3a9f99ba9908f7e095cbc1fb Thu Aug 14 09:05:04 CEST 2014 Tony Breeds <tony@bakeyournoodle.com> powerpc/boot: Don't install zImage.* from make install

in commit 29f1aff2c (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>