Browse Source

net/mlx5: Add Makefiles for subdirectories

Currently it is not possible to build just one .o file inside
a subdirectory, because the subdirectories lack a Makefile.

Add a Makefile to the mlx5 subdirectories.

Fixes: e29341fb3a5b ("net/mlx5: FPGA, Add basic support for Innova")
Signed-off-by: Ilan Tayari <ilant@mellanox.com>
Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Ilan Tayari 8 years ago
parent
commit
fb000f7817

+ 1 - 0
drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile

@@ -0,0 +1 @@
+subdir-ccflags-y += -I$(src)/..

+ 1 - 0
drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile

@@ -0,0 +1 @@
+subdir-ccflags-y += -I$(src)/..

+ 1 - 0
drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile

@@ -0,0 +1 @@
+subdir-ccflags-y += -I$(src)/..

+ 1 - 0
drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile

@@ -0,0 +1 @@
+subdir-ccflags-y += -I$(src)/..

+ 1 - 0
drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile

@@ -0,0 +1 @@
+subdir-ccflags-y += -I$(src)/..