mirror of https://github.com/thesofproject/sof.git
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:
parent
16817f413e
commit
1d8f68140e
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue