]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ice(4): Add ice_rdma.c to module Makefile
authorBartosz Sobczak <bartosz.sobczak@intel.com>
Wed, 13 Jul 2022 01:27:50 +0000 (18:27 -0700)
committerEric Joyner <erj@FreeBSD.org>
Wed, 13 Jul 2022 01:30:19 +0000 (18:30 -0700)
commitd8cce8145c39812cc31b50070c44d66ca21a5127
treeff14e63825003d6365c988924a58b8cb8ed3a9d3
parente706512a2b64fa2741144caf056c9fe923b60004
ice(4): Add ice_rdma.c to module Makefile

When ice is built as a module, it can't be loaded due to unresolved
symbol.  Ensuring in Makefile that the ice_rdma.c is built fixes the
problem.

Signed-off-by: Bartosz Sobczak <bartosz.sobczak@intel.com>
Signed-off-by: Eric Joyner <erj@freebsd.org>
Reviewed by: erj@
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D35687
sys/modules/ice/Makefile