From ba185e40e0786e93882bc3d81098adf4088279f2 Mon Sep 17 00:00:00 2001 From: Alex Siryi Date: Wed, 2 Jul 2025 18:37:32 +0200 Subject: [PATCH] Fix correct definition of sources for spi_flash component --- components/spi_flash/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/spi_flash/CMakeLists.txt b/components/spi_flash/CMakeLists.txt index 255eff8e7..287e63c13 100644 --- a/components/spi_flash/CMakeLists.txt +++ b/components/spi_flash/CMakeLists.txt @@ -1,4 +1,4 @@ -set(srcs "src/partition" +set(srcs "src/partition.c" "src/spi_flash_raw.c" "src/spi_flash.c") if(BOOTLOADER_BUILD)