CONFIG_NATIVE_APPLICATION¶
Build as a native host application
Type: bool
Help¶
Build as a native application that can run on the host and using
resources and libraries provided by the host.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At Kconfig.zephyr:269
Included via Kconfig:8
Menu path: (Top) → Build and Link Features → Compiler Options
config NATIVE_APPLICATION
    bool "Build as a native host application"
    help
      Build as a native application that can run on the host and using
      resources and libraries provided by the host.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)