mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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:
parent
111a676367
commit
fb000f7817
1
drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile
Normal file
1
drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile
Normal file
|
|
@ -0,0 +1 @@
|
|||
subdir-ccflags-y += -I$(src)/..
|
||||
|
|
@ -0,0 +1 @@
|
|||
subdir-ccflags-y += -I$(src)/..
|
||||
1
drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile
Normal file
1
drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile
Normal file
|
|
@ -0,0 +1 @@
|
|||
subdir-ccflags-y += -I$(src)/..
|
||||
1
drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile
Normal file
1
drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile
Normal file
|
|
@ -0,0 +1 @@
|
|||
subdir-ccflags-y += -I$(src)/..
|
||||
1
drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile
Normal file
1
drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile
Normal file
|
|
@ -0,0 +1 @@
|
|||
subdir-ccflags-y += -I$(src)/..
|
||||
Loading…
Reference in New Issue
Block a user