Skip to content

Commit 7dc1ef0

Browse files
nashifgalak
authored andcommitted
intel_cavs: do not produce bin files
We do not want those .bin files, also remove intermediate files leading to the final ELF, those are huge. Signed-off-by: Anas Nashif <[email protected]>
1 parent 03f097b commit 7dc1ef0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

boards/xtensa/intel_adsp_cavs18/intel_adsp_cavs18_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ CONFIG_2ND_LEVEL_INTERRUPTS=y
1818
CONFIG_CAVS_ICTL=y
1919

2020
CONFIG_BOOTLOADER_SRAM_SIZE=192
21+
CONFIG_BUILD_OUTPUT_BIN=n
22+
CONFIG_CLEANUP_INTERMEDIATE_FILES=y

boards/xtensa/intel_adsp_cavs20/intel_adsp_cavs20_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ CONFIG_2ND_LEVEL_INTERRUPTS=y
1818
CONFIG_CAVS_ICTL=y
1919

2020
CONFIG_BOOTLOADER_SRAM_SIZE=192
21+
CONFIG_BUILD_OUTPUT_BIN=n
22+
CONFIG_CLEANUP_INTERMEDIATE_FILES=y

boards/xtensa/intel_adsp_cavs25/intel_adsp_cavs25_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ CONFIG_2ND_LEVEL_INTERRUPTS=y
1818
CONFIG_CAVS_ICTL=y
1919

2020
CONFIG_BOOTLOADER_SRAM_SIZE=192
21+
CONFIG_BUILD_OUTPUT_BIN=n
22+
CONFIG_CLEANUP_INTERMEDIATE_FILES=y

0 commit comments

Comments
 (0)