kernel/arch/parisc/boot/Makefile
.. .. @@ -1,12 +1,7 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Makefile for the linux parisc-specific parts of the boot image creator. 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]' '_'`_t8 -9 -ccflags-y := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.10 5 11 6 targets := image 12 7 targets += bzImage