:orphan: .. title:: CONFIG_CLEANUP_INTERMEDIATE_FILES .. kconfig:: CONFIG_CLEANUP_INTERMEDIATE_FILES CONFIG_CLEANUP_INTERMEDIATE_FILES ################################# *Remove all intermediate files* Type: ``bool`` Help ==== .. code-block:: none Delete intermediate files to save space and cleanup clutter resulting from the build process. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:401`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig config CLEANUP_INTERMEDIATE_FILES bool "Remove all intermediate files" help Delete intermediate files to save space and cleanup clutter resulting from the build process. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*