[PATCH 2/2] csky: Drop GZFLAGS definition

From: Denis Efremov
Date: Fri Sep 04 2020 - 16:14:53 EST


Drop the definition of GZFLAGS because it's not used.

Signed-off-by: Denis Efremov <efremov@xxxxxxxxx>
---
arch/csky/Makefile | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/csky/Makefile b/arch/csky/Makefile
index 37f593a4bf53..715b839bf998 100644
--- a/arch/csky/Makefile
+++ b/arch/csky/Makefile
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
OBJCOPYFLAGS :=-O binary
-GZFLAGS :=-9

ifdef CONFIG_CPU_HAS_FPU
FPUEXT = f
--
2.26.2