History log of /linux-master/arch/parisc/boot/Makefile
Revision Date Author Comments
# 01fef826 17-Oct-2023 Helge Deller <deller@gmx.de>

parisc: Allow building uncompressed Linux kernel

Add HAVE_KERNEL_UNCOMPRESSED flag and fix build in boot
directory.

Signed-off-by: Helge Deller <deller@gmx.de>


# d220da09 24-Aug-2021 Masahiro Yamada <masahiroy@kernel.org>

parisc: remove unused arch/parisc/boot/install.sh and its phony target

Parisc has two similar installation scripts:

arch/parisc/install.sh
arch/parisc/boot/install.sh

The latter is never used because 'make ARCH=parisc install' always
invokes the 'install' target in arch/parisc/Makefile.

The target in arch/parisc/boot/Makefile is not used either.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>


# ec8f24b7 19-May-2019 Thomas Gleixner <tglx@linutronix.de>

treewide: Add SPDX license identifier - Makefile/Kconfig

Add SPDX license identifiers to all Make/Kconfig files which:

- Have no license information of any form

These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:

GPL-2.0-only

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


# f9d91f7d 07-Jan-2019 Masahiro Yamada <yamada.masahiro@socionext.com>

parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile

This ccflags-y is never used because arch/parisc/boot/Makefile
only contains objcopy and install targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Helge Deller <deller@gmx.de>


# 2f3c7b81 20-Aug-2017 Helge Deller <deller@gmx.de>

parisc: Add core code for self-extracting kernel

Signed-off-by: Helge Deller <deller@gmx.de>