:orphan: .. title:: MAKEFILE_EXPORTS .. option:: 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:452`` 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.)*