From 1d8f68140eb9b9066ca46821a1715186d71e54d7 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 23 Aug 2021 05:25:24 -0700 Subject: [PATCH] tools: remove spurious dependency on rimage This reverts May 2020 commit a2de860f4299 ("cmake: fix tools build with submodules") that added a dependency on rimage for the entire `tools/` subdirectory, probably because `smex/ldc.h` included `rimage/fw.h` (removed in previous commit). Looking at the code review I can see no apparent attempt to understand anything, not even a quote of a build error message. This will hopefully unblock https://github.com/zephyrproject-rtos/zephyr/pull/37250 Signed-off-by: Marc Herbert --- tools/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index e093fef25..77eafd0cd 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -19,9 +19,6 @@ endif() set(SOF_ROOT_SOURCE_DIRECTORY "${PROJECT_SOURCE_DIR}/..") -# checkout submodules -include(${SOF_ROOT_SOURCE_DIRECTORY}/scripts/cmake/git-submodules.cmake) - # Most (too) verbose, keep this one first (assuming -j1) add_subdirectory(topology) # Includes test/topology/