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: e29341fb3a ("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>
This commit is contained in:
Ilan Tayari 2017-07-03 10:46:00 +03:00 committed by Saeed Mahameed
parent 111a676367
commit fb000f7817
5 changed files with 5 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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