The latest development version of this page may be more current than this released 2.7.5 version.

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 Kconfig.zephyr:503

Included via 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.)