public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags
@ 2012-10-21 18:24 KumarAmitMehta
  2012-10-21 18:34 ` KumarAmitMehta
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: KumarAmitMehta @ 2012-10-21 18:24 UTC (permalink / raw)
  To: kernel-janitors

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-22 18:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-21 18:24 [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags KumarAmitMehta
2012-10-21 18:34 ` KumarAmitMehta
2012-10-21 18:45 ` Kumar amit mehta
2012-10-22 18:14 ` Rasesh Mody

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox