From 4564f6cc4b1730dfdee07b313bbdf028e0be1bac Mon Sep 17 00:00:00 2001 From: Armando Date: Thu, 3 Nov 2022 15:36:01 +0800 Subject: [PATCH] g1: add esp_mm to g1 list --- tools/test_apps/system/g1_components/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_apps/system/g1_components/CMakeLists.txt b/tools/test_apps/system/g1_components/CMakeLists.txt index 3c2324800c..31c6c2fdc5 100644 --- a/tools/test_apps/system/g1_components/CMakeLists.txt +++ b/tools/test_apps/system/g1_components/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) set(g0_components soc hal esp_common esp_rom) # also , i.e. xtensa or riscv, will be added below -set(g1_components spi_flash freertos log heap newlib esp_system esp_hw_support) +set(g1_components spi_flash freertos log heap newlib esp_system esp_hw_support esp_mm) set(COMPONENTS ${g0_components} ${g1_components} main) include($ENV{IDF_PATH}/tools/cmake/project.cmake)