]> rtime.felk.cvut.cz Git - omk.git/commit
NuttX: allow to specify xxx_PROGBUILTIN_EXCLUDE list of user and or NuttX programs...
authorPavel Pisa <ppisa@pikron.com>
Sun, 18 Oct 2020 22:28:31 +0000 (00:28 +0200)
committerPavel Pisa <ppisa@pikron.com>
Sun, 18 Oct 2020 22:28:31 +0000 (00:28 +0200)
commit89918a2fad4b3e31e286c194767fff0968885071
treed1ee6eba7edce4dd8be2d7539227d1106d01f2c2
parentb466a13346a4f700c8bd631febb72a55ebf1e5b2
NuttX: allow to specify xxx_PROGBUILTIN_EXCLUDE list of user and or NuttX programs to be excluded.

Usually all available NuttX apps and user build programs are linked
into target image ("all" specification used). But sometimes
some program causes problems or contributes too much
to target binary image size. Such programs can be excluded
from final linking.

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