Lines Matching full:make
27 kernel. As of today, modules that make use of symbols exported into namespaces,
54 and kernel/module.c make use the namespace at build time or module load time,
132 (along with other module meta data). To make the life of module authors (and
133 subsystem maintainers) easier, a script and make target is available to fixup
136 $ make nsdeps
141 - ``make``
143 - run ``make nsdeps`` to add the import to the correct code location
146 Again, ``make nsdeps`` will eventually add the missing namespace imports for
150 - ``make`` (preferably with an allmodconfig to cover all in-kernel
153 - run ``make nsdeps`` to add the import to the correct code location
157 $ make -C <path_to_kernel_src> M=$PWD nsdeps