public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: KumarAmitMehta <gmate.amit@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags
Date: Sun, 21 Oct 2012 18:24:36 +0000	[thread overview]
Message-ID: <1350843876-11278-1-git-send-email-gmate.amit@gmail.com> (raw)

EXTRA_CFLAGS is deprecated and should be replaced with ccflags.

Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com>
---
 drivers/net/ethernet/brocade/bna/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/brocade/bna/Makefile b/drivers/net/ethernet/brocade/bna/Makefile
index 6027302..5df5308 100644
--- a/drivers/net/ethernet/brocade/bna/Makefile
+++ b/drivers/net/ethernet/brocade/bna/Makefile
@@ -9,4 +9,4 @@ bna-objs := bnad.o bnad_ethtool.o bnad_debugfs.o bna_enet.o bna_tx_rx.o
 bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o
 bna-objs += cna_fwimg.o
 
-EXTRA_CFLAGS := -Idrivers/net/bna
+ccflags-y := -Idrivers/net/bna
-- 
1.7.9.5


             reply	other threads:[~2012-10-21 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-21 18:24 KumarAmitMehta [this message]
2012-10-21 18:34 ` [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags KumarAmitMehta
2012-10-21 18:45 ` Kumar amit mehta
2012-10-22 18:14 ` Rasesh Mody

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=1350843876-11278-1-git-send-email-gmate.amit@gmail.com \
    --to=gmate.amit@gmail.com \
    --cc=kernel-janitors@vger.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