linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/mlx5e: remove meaningless CFLAGS_tracepoint.o
@ 2019-04-19  5:17 Masahiro Yamada
  2019-04-19 23:16 ` Saeed Mahameed
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-04-19  5:17 UTC (permalink / raw)
  To: Saeed Mahameed
  Cc: Masahiro Yamada, David S. Miller, linux-rdma, netdev,
	linux-kernel, Leon Romanovsky

CFLAGS_tracepoint.o specifies CFLAGS for compiling tracepoint.c but
it does not exist under drivers/net/ethernet/mellanox/mlx5/core/.

CFLAGS_tracepoint.o is unused.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/net/ethernet/mellanox/mlx5/core/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/Makefile
index 1a16f6d73cbc..fa12c2ca9fc5 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/Makefile
+++ b/drivers/net/ethernet/mellanox/mlx5/core/Makefile
@@ -57,5 +57,3 @@ mlx5_core-$(CONFIG_MLX5_EN_IPSEC) += en_accel/ipsec.o en_accel/ipsec_rxtx.o \
 				     en_accel/ipsec_stats.o
 
 mlx5_core-$(CONFIG_MLX5_EN_TLS) += en_accel/tls.o en_accel/tls_rxtx.o en_accel/tls_stats.o
-
-CFLAGS_tracepoint.o := -I$(src)
-- 
2.17.1


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

* Re: [PATCH] net/mlx5e: remove meaningless CFLAGS_tracepoint.o
  2019-04-19  5:17 [PATCH] net/mlx5e: remove meaningless CFLAGS_tracepoint.o Masahiro Yamada
@ 2019-04-19 23:16 ` Saeed Mahameed
  0 siblings, 0 replies; 2+ messages in thread
From: Saeed Mahameed @ 2019-04-19 23:16 UTC (permalink / raw)
  To: yamada.masahiro; +Cc: davem, netdev, linux-rdma, linux-kernel, leon

On Fri, 2019-04-19 at 14:17 +0900, Masahiro Yamada wrote:
> CFLAGS_tracepoint.o specifies CFLAGS for compiling tracepoint.c but
> it does not exist under drivers/net/ethernet/mellanox/mlx5/core/.
> 
> CFLAGS_tracepoint.o is unused.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  drivers/net/ethernet/mellanox/mlx5/core/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Makefile
> b/drivers/net/ethernet/mellanox/mlx5/core/Makefile
> index 1a16f6d73cbc..fa12c2ca9fc5 100644
> --- a/drivers/net/ethernet/mellanox/mlx5/core/Makefile
> +++ b/drivers/net/ethernet/mellanox/mlx5/core/Makefile
> @@ -57,5 +57,3 @@ mlx5_core-$(CONFIG_MLX5_EN_IPSEC) +=
> en_accel/ipsec.o en_accel/ipsec_rxtx.o \
>  				     en_accel/ipsec_stats.o
>  
>  mlx5_core-$(CONFIG_MLX5_EN_TLS) += en_accel/tls.o
> en_accel/tls_rxtx.o en_accel/tls_stats.o
> -
> -CFLAGS_tracepoint.o := -I$(src)

LGTM, applied to mlx5 branch, will be sent upstream shortly.

Thanks,
Saeed.

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

end of thread, other threads:[~2019-04-19 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-19  5:17 [PATCH] net/mlx5e: remove meaningless CFLAGS_tracepoint.o Masahiro Yamada
2019-04-19 23:16 ` Saeed Mahameed

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).