diff mbox series

[2/2] csky: Drop GZFLAGS definition

Message ID 20200904201258.795438-3-efremov@linux.com (mailing list archive)
State New, archived
Headers show
Series drop GZFLAGS definition | expand

Commit Message

Denis Efremov Sept. 4, 2020, 8:12 p.m. UTC
Drop the definition of GZFLAGS because it's not used.

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

Comments

Masahiro Yamada Sept. 5, 2020, 4:46 p.m. UTC | #1
On Sat, Sep 5, 2020 at 5:14 AM Denis Efremov <efremov@linux.com> wrote:
>
> Drop the definition of GZFLAGS because it's not used.
>
> Signed-off-by: Denis Efremov <efremov@linux.com>
> ---
>  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



Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>




>  ifdef CONFIG_CPU_HAS_FPU
>  FPUEXT = f
> --
> 2.26.2
>
diff mbox series

Patch

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