- Document the WITHOUT_MODULES macro
PR: docs/115255 Submitted by: David Yeske <dyeske@gmail.com>
This commit is contained in:
parent
1b6b4420b5
commit
e553de0f49
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30742
1 changed files with 6 additions and 1 deletions
|
@ -295,7 +295,12 @@
|
|||
<programlisting>MODULES_OVERRIDE = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
|
||||
|
||||
<para>This variable sets up a list of modules to build instead
|
||||
of all of them. For other variables which you may find useful
|
||||
of all of them.</para>
|
||||
|
||||
<programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
|
||||
|
||||
<para>This variable sets up a list of modules to exclude
|
||||
from the build process. For other variables which you may find useful
|
||||
in the process of building kernel, refer to &man.make.conf.5;
|
||||
manual page.</para>
|
||||
</tip>
|
||||
|
|
Loading…
Reference in a new issue