Lines Matching full:make
27 kernel. As of today, modules that make use of symbols exported into namespaces,
57 and kernel/module/main.c make use the namespace at build time or module load
151 (along with other module meta data). To make the life of module authors (and
152 subsystem maintainers) easier, a script and make target is available to fixup
155 $ make nsdeps
160 - ``make``
162 - run ``make nsdeps`` to add the import to the correct code location
165 Again, ``make nsdeps`` will eventually add the missing namespace imports for
169 - ``make`` (preferably with an allmodconfig to cover all in-kernel
172 - run ``make nsdeps`` to add the import to the correct code location
176 $ make -C <path_to_kernel_src> M=$PWD nsdeps