From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 02:45:28 +0000
Subject: [PATCH] add boot partition  size

---
 kernel/arch/parisc/boot/Makefile |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/kernel/arch/parisc/boot/Makefile b/kernel/arch/parisc/boot/Makefile
index cad68a5..61f4414 100644
--- a/kernel/arch/parisc/boot/Makefile
+++ b/kernel/arch/parisc/boot/Makefile
@@ -1,12 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Makefile for the linux parisc-specific parts of the boot image creator.
 #
-
-COMPILE_VERSION := __linux_compile_version_id__`hostname |  \
-			tr -c '[0-9A-Za-z]' '_'`__`date | \
-			tr -c '[0-9A-Za-z]' '_'`_t
-
-ccflags-y  := -DCOMPILE_VERSION=$(COMPILE_VERSION) -gstabs -I.
 
 targets := image
 targets += bzImage

--
Gitblit v1.6.2