Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Helge Deller
f9d91f7d c288ac97

-6
-6
arch/parisc/boot/Makefile
··· 2 2 # Makefile for the linux parisc-specific parts of the boot image creator. 3 3 # 4 4 5 - COMPILE_VERSION := __linux_compile_version_id__`hostname | \ 6 - tr -c '[0-9A-Za-z]' '_'`__`date | \ 7 - tr -c '[0-9A-Za-z]' '_'`_t 8 - 9 - ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I. 10 - 11 5 targets := image 12 6 targets += bzImage 13 7 subdir- := compressed