tools: remove spurious dependency on rimage

This reverts May 2020 commit a2de860f42 ("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 <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-08-23 05:25:24 -07:00 committed by Daniel Baluta
parent 16817f413e
commit 1d8f68140e
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ endif()
set(SOF_ROOT_SOURCE_DIRECTORY "${PROJECT_SOURCE_DIR}/..") 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) # Most (too) verbose, keep this one first (assuming -j1)
add_subdirectory(topology) add_subdirectory(topology)
# Includes test/topology/ # Includes test/topology/