:orphan: .. title:: MAKEFILE_EXPORTS .. option:: 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 ================== .. highlight:: kconfig At ``Kconfig.zephyr:359`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: 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.)*