aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* arm64: enable more compressed Image formatsOlof Johansson2017-04-111-0/+12
| | | | | | | | | | | | Plumb up Makefile arguments for the already supported formats in the kbuild system: lz4, bzip2, lzma, and lzo. Note that just as with Image.gz, these images are not self-decompressing and the booting firmware still needs to handle decompression before launching the kernel image. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Will Deacon <will.deacon@arm.com>
* arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada2017-04-111-2/+2
| | | | | | | | | For the same reason as commit 19514fc665ff ("arm, kbuild: make "make install" not depend on vmlinux"), the install targets should never trigger the rebuild of the kernel. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
* first commitMeizu OpenSource2016-08-151-0/+44