:orphan: .. title:: CONFIG_MAKEFILE_EXPORTS .. kconfig:: CONFIG_MAKEFILE_EXPORTS CONFIG_MAKEFILE_EXPORTS ####################### *Generate build metadata files named Makefile.exports* Type: ``bool`` Help ==== .. code-block:: none 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 .. code-block:: kconfig 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.)*