* [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
* [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags
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
2 siblings, 0 replies; 4+ messages in thread
From: KumarAmitMehta @ 2012-10-21 18:34 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
* Re: [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags
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
2 siblings, 0 replies; 4+ messages in thread
From: Kumar amit mehta @ 2012-10-21 18:45 UTC (permalink / raw)
To: kernel-janitors
On Sun, Oct 21, 2012 at 11:24:36AM -0700, KumarAmitMehta wrote:
> 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(-)
It seems that the same mail got sent twice, Something wrong in my setup.
My apologies.
-Amit
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS with ccflags
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
2 siblings, 0 replies; 4+ messages in thread
From: Rasesh Mody @ 2012-10-22 18:14 UTC (permalink / raw)
To: kernel-janitors
Thanks Amit!
>-----Original Message-----
>From: KumarAmitMehta [mailto:gmate.amit@gmail.com]
>Sent: Sunday, October 21, 2012 11:25 AM
>To: kernel-janitors@vger.kernel.org
>Cc: Rasesh Mody; KumarAmitMehta
>Subject: [PATCH] bna: Replace deprecated compilation flag, EXTRA_CFLAGS
>with ccflags
>
>EXTRA_CFLAGS is deprecated and should be replaced with ccflags.
>
>Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com>
Acked-by: Rasesh Mody <rmody@brocade.com>
^ permalink raw reply [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