/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to SCM/packaging/general/kernel.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2017-04-03 02:45:17 UTC
  • Revision ID: csa@suren.me-20170403024517-dwzj0z0k1cmhxm7u
Restructuring, OpenShift, Ansible, Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 - This command as well may be executed within kernel source tree to build some of the 
 
2
modules.
 
3
    make KERNELRELEASE=`uname -r` -C /lib/modules/`uname -r`/build M=`pwd`
 
4
 
 
5
 - Symbols exported with EXPORT_SYMBOL are not detected in another kernel module.
 
6
 The solution is to copy 'Module.symvers' from the directory with module exporting 
 
7
 symbols to directory of module importing symbols.