Page MenuHomeFreeBSD

bnxt_en: fix module Makefile for LinuxKPI
ClosedPublic

Authored by bz on Apr 16 2026, 10:16 AM.
Tags
None
Referenced Files
F168155930: D56424.id.diff
Wed, Aug 26, 3:30 PM
Unknown Object (File)
Wed, Aug 26, 8:28 AM
Unknown Object (File)
Wed, Aug 26, 6:46 AM
Unknown Object (File)
Tue, Aug 25, 11:44 PM
Unknown Object (File)
Tue, Aug 25, 3:32 PM
Unknown Object (File)
Sat, Aug 22, 1:56 PM
Unknown Object (File)
Sat, Aug 22, 1:55 PM
Unknown Object (File)
Sat, Aug 22, 1:54 PM
Subscribers

Details

Summary

Rather than manually including the include directory for LinuxKPI
use the provided macro. Before there was no -I for the dummy
directory and as files synced from Linux under a permissive license
may include them the build would fail. overflow.h will include
linux/const.h which only exists as a dummy header at this point
on FreeBSD.

Sponsored by: The FreeBSD Foundation
Fixes: 35b53f8c989f6
MFC after: 3 days

Diff Detail

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