Page MenuHomeFreeBSD

bnxt_en: fix module Makefile for LinuxKPI
ClosedPublic

Authored by bz on Apr 16 2026, 10:16 AM.
Tags
None
Referenced Files
F162636813: D56424.diff
Wed, Jul 15, 7:17 AM
F162636812: D56424.diff
Wed, Jul 15, 7:17 AM
Unknown Object (File)
Thu, Jun 25, 2:25 PM
Unknown Object (File)
Sun, Jun 21, 6:48 PM
Unknown Object (File)
Tue, Jun 16, 7:48 AM
Unknown Object (File)
May 30 2026, 2:05 AM
Unknown Object (File)
May 27 2026, 10:48 AM
Unknown Object (File)
May 26 2026, 10:27 AM
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