Kernel config and WITHOUT_MODULES in make.conf

Just one question: When specifying WITHOUT_MODULES and MODULES_OVERRIDE in /etc/make.conf, do I need to include the modules that are already being compiled into the kernel?

Thanks. :)
 
Only the 'real' modules, the ones that aren't build into the kernel itself.
 
Okay, so I can just set MODULES_OVERRIDE to the modules I *may* need someday but didn’t include them in the kernel config?
 
Back
Top