diff options
author | Ilan Tayari <ilant@mellanox.com> | 2017-07-03 10:01:19 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2017-07-06 15:13:20 +0300 |
commit | 111a676367699dc8e3bc567ab17ab573ade54f0d (patch) | |
tree | 7a8af1cf54d8a8d169d00366449762100c1feb1a /scripts/gdb/linux/utils.py | |
parent | 2a41d15b7906e8f749d3656e1bdc2a5ee7dd65ff (diff) | |
download | linux-111a676367699dc8e3bc567ab17ab573ade54f0d.tar.xz |
net/mlx5: Build wq.o even if MLX5_CORE_EN is not selected
Both the ethernet and FPGA portions of MLX5 now require the wq functions,
and we get a link error when CONFIG_MLX5_CORE_EN is disabled:
drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.o: In function `mlx5_fpga_conn_create_cq':
conn.c:(.text+0x10b3): undefined reference to `mlx5_cqwq_create'
conn.c:(.text+0x10c6): undefined reference to `mlx5_cqwq_get_size'
conn.c:(.text+0x12bc): undefined reference to `mlx5_cqwq_destroy'
Build wq.o even if MLX5_CORE_EN is not selected.
Fixes: 537a50574175 ("net/mlx5: FPGA, Add high-speed connection routines")
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ilan Tayari <ilant@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions