From: Masahiro Yamada Date: Fri, 19 Apr 2019 05:17:31 +0000 (+0900) Subject: net/mlx5e: remove meaningless CFLAGS_tracepoint.o X-Git-Tag: v5.2-rc1~133^2~50^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bdddcea5be6d619a047ad0ef3252a12725e3928;p=thirdparty%2Fkernel%2Flinux.git net/mlx5e: remove meaningless CFLAGS_tracepoint.o 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 Signed-off-by: Saeed Mahameed --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/Makefile b/drivers/net/ethernet/mellanox/mlx5/core/Makefile index 12278f024ffc3..243368dc23db0 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/Makefile +++ b/drivers/net/ethernet/mellanox/mlx5/core/Makefile @@ -58,5 +58,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)