CONFIG_MAKEFILE_EXPORTS

Generate build metadata files named Makefile.exports

Type: bool

Help

Generates a file with build information that can be read by third party Makefile-based build systems.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/Kconfig.zephyr:343

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Build Options

config MAKEFILE_EXPORTS
    bool "Generate build metadata files named Makefile.exports"
    help
      Generates a file with build information that can be read by
      third party Makefile-based build systems.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)