logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kernel-wedge-preprocess - process a module list file

Author

       Joey Hess, Ben Hutchings <ben@decadent.org.uk>

Kernel-wedge                                        June 2019                         KERNEL-WEDGE-PREPROCESS(1)

Description

       Preprocesses  the  module-list,  performing  list  includes and module excludes, removing blank lines and
       comments, and expanding wildcards.  Emits a list of filenames to stdout.

       Return 1 if a required module or directory is missing, unless $KW_CHECK_NONFATAL is non-empty.

       The supported wildcards are:

       ?    Match a single character within a path component
       *    Match any number of characters within a path component
       **   Match any number of characters including multiple path components

       On Linux, '-' and '_' also match each other since the kernel and kmod treat them as equivalent in  module
       names.

Name

       kernel-wedge-preprocess - process a module list file

Synopsis

kernel-wedgepreprocessmodule-listmodule-dir

See Also