linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Denis Efremov <efremov@linux.com>
To: Masahiro Yamada <masahiroy@kernel.org>, Guo Ren <guoren@kernel.org>
Cc: Denis Efremov <efremov@linux.com>,
	linux-kernel@vger.kernel.org, linux-csky@vger.kernel.org,
	linux-kbuild@vger.kernel.org
Subject: [PATCH 2/2] csky: Drop GZFLAGS definition
Date: Fri,  4 Sep 2020 23:12:58 +0300	[thread overview]
Message-ID: <20200904201258.795438-3-efremov@linux.com> (raw)
In-Reply-To: <20200904201258.795438-1-efremov@linux.com>

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
 
 ifdef CONFIG_CPU_HAS_FPU
 FPUEXT = f
-- 
2.26.2


  parent reply	other threads:[~2020-09-04 20:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 20:12 [PATCH 0/2] drop GZFLAGS definition Denis Efremov
2020-09-04 20:12 ` [PATCH 1/2] ARM: makefile: Drop GZFLAGS definition and export Denis Efremov
2020-09-05 16:46   ` Masahiro Yamada
2020-09-04 20:12 ` Denis Efremov [this message]
2020-09-05 16:46   ` [PATCH 2/2] csky: Drop GZFLAGS definition Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200904201258.795438-3-efremov@linux.com \
    --to=efremov@linux.com \
    --cc=guoren@kernel.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).