[Bug 275741] sys/modules: Fix processing of WITHOUT_MODULES
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275741] sys/modules: Fix processing of WITHOUT_MODULES"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 May 2024 20:06:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275741
Joshua Kinard <freebsd@kumba.dev> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #247035|0 |1
is obsolete| |
--- Comment #3 from Joshua Kinard <freebsd@kumba.dev> ---
Created attachment 250958
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250958&action=edit
Fix processing of WITHOUT_MODULES v3
Updating the proposed patch to recent -CURRENT. Other fixes:
- Fixed a spot where I was applying the include for the new 'kmod.without.mk'
logic on sys/modules/otus/Makefile, which doesn't have a SUBDIR variable
defined; this needed to actually be applied to sys/modules/otusfw/Makefile.
- Added the include to sys/modules/cxgbe/Makefile, which was missed in the
last version of the patch.
- Added the include to sys/modules/nvmf/Makefile (which looks like a
recently-added module)
- Added the include to sys/modules/pms/Makefile, which has a SUBDIR variable
in it, but it is currently commented out, so this is for the future should that
variable ever be uncommented.
--
You are receiving this mail because:
You are the assignee for the bug.