From bc2a9014d9660eeb707473d94e71ee8775435fbc Mon Sep 17 00:00:00 2001 From: rechrtb Date: Tue, 15 Nov 2022 11:55:01 +0800 Subject: [PATCH] Fix CMake inexplicit extension warning --- 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 b2a0f715c..7b7d4ab28 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)