Page MenuHomeFreeBSD

modules: iwlwifi/rtw89 allow standalone build
ClosedPublic

Authored by bz on Sun, Jan 18, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 19, 9:51 AM
Unknown Object (File)
Mon, Jan 19, 9:51 AM
Unknown Object (File)
Mon, Jan 19, 7:01 AM
Unknown Object (File)
Mon, Jan 19, 5:11 AM
Unknown Object (File)
Mon, Jan 19, 1:28 AM
Unknown Object (File)
Mon, Jan 19, 12:59 AM
Unknown Object (File)
Mon, Jan 19, 12:29 AM
Unknown Object (File)
Mon, Jan 19, 12:20 AM
Subscribers
None

Details

Summary

The KERN_OPTS:MDEV_ACPI checks are fine for as long as we are building
modules along the kernel. If one wants to just build the module
standalone out of the module directory this would fail.
Add the missing include for kmod.opts.mk (as was done for tcp
in 1319a76179682).

Sponsored by: The FreeBSD Foundation
Reported by: Tassilo Philipp (tphilipp potion-studios.com)
Fixes: f5a77dc8f8df ("improve module Makefile dependency on ACPI")

Diff Detail

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

Event Timeline

bz requested review of this revision.Sun, Jan 18, 9:49 PM
bz created this revision.
This revision is now accepted and ready to land.Sun, Jan 18, 9:51 PM
This revision was automatically updated to reflect the committed changes.