diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2020-10-04 15:38:20 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@nvidia.com> | 2020-12-06 07:32:05 +0200 |
commit | 74c9729dd892a1b676d1eb232f73f8468f0cb065 (patch) | |
tree | e26a1f302f2febfa5b46a6729c34fa969aec018e /drivers/vdpa/mlx5/Makefile | |
parent | a925b5e309c9b998658a6a94dbb53154ea901299 (diff) | |
download | linux-74c9729dd892a1b676d1eb232f73f8468f0cb065.tar.gz |
vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus
Change module registration logic to use auxiliary bus instead of custom
made mlx5 register interface.
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Diffstat (limited to 'drivers/vdpa/mlx5/Makefile')
-rw-r--r-- | drivers/vdpa/mlx5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vdpa/mlx5/Makefile b/drivers/vdpa/mlx5/Makefile index 89a5bededc9f..f717978c83bf 100644 --- a/drivers/vdpa/mlx5/Makefile +++ b/drivers/vdpa/mlx5/Makefile @@ -1,4 +1,4 @@ subdir-ccflags-y += -I$(srctree)/drivers/vdpa/mlx5/core obj-$(CONFIG_MLX5_VDPA_NET) += mlx5_vdpa.o -mlx5_vdpa-$(CONFIG_MLX5_VDPA_NET) += net/main.o net/mlx5_vnet.o core/resources.o core/mr.o +mlx5_vdpa-$(CONFIG_MLX5_VDPA_NET) += net/mlx5_vnet.o core/resources.o core/mr.o |