]> rtime.felk.cvut.cz Git - omk.git/commit
NuttX: support kernel modules linked directly into system image.
authorPavel Pisa <ppisa@pikron.com>
Wed, 11 Sep 2019 08:45:43 +0000 (10:45 +0200)
committerPavel Pisa <ppisa@pikron.com>
Wed, 11 Sep 2019 08:45:43 +0000 (10:45 +0200)
commit6917612b59e3d91daf07944e8f374c0c39d9588c
tree841989e48f65bfc130e68ea7b771e84bbc201531
parentab37fa65c4216330e62b247232c5f22e68512866
NuttX: support kernel modules linked directly into system image.

The module entry module_initialize is renamed
to <module_name>_module_initialize and module objects are
packed into library archive. Kernel libraries and modules
can be linked into target system image by specifying
<progname>_KMODBUILTIN define.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
snippets/nuttx-bin.omk
snippets/nuttx-compile.omk
snippets/nuttx-kernel.omk