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