Page MenuHomeFreeBSD

bnxt_en: add bnxt_sriov.c to sys/conf/files for built-in kernel builds
ClosedPublic

Authored by chandrakanth.patil_broadcom.com on Tue, Apr 28, 11:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 2:43 AM
Unknown Object (File)
Thu, May 14, 2:43 AM
Unknown Object (File)
Tue, May 12, 2:50 PM
Unknown Object (File)
Sat, May 9, 5:56 AM
Unknown Object (File)
Thu, May 7, 12:53 PM
Unknown Object (File)
Thu, May 7, 8:23 AM
Unknown Object (File)
Thu, May 7, 1:10 AM
Unknown Object (File)
Wed, May 6, 1:15 PM
Subscribers

Details

Summary

The SR-IOV series added bnxt_sriov.c and listed it in sys/modules/bnxt/bnxt_en/Makefile, but kernels that build bnxt into the
image only compile sources named in sys/conf/files. Add bnxt_sriov.c next to the other bnxt_en entries so built-in bnxt (including LINT)
links the SR-IOV implementation and avoids undefined symbols referenced from if_bnxt.c.

Fixes: f2f831b2c151 ("bnxt_en: Add core SR-IOV infrastructure")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable