diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-25 21:51:57 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-25 21:51:57 -0500 |
| commit | 9fc8778f9e04075a4b3c73c09d6dffed9184b138 (patch) | |
| tree | fb0f417c8160aae02411e65feb43c3ad26682163 /CMakeLists.txt | |
| parent | 84830c81c9e0188c840d13b99e077d557f210c21 (diff) | |
feat: rerun cmake after genconfig target
Rerun the cmake command after genconfig runs, allowing cmake
configurations to be stored in the defconfig files.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a13540..999ea9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) include(Kconfig) if(CONFIG_USE_TOOLCHAIN_FILE) - include(${CONFIG_CMAKE_TOOLCHAIN_FILE}) + include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/${CONFIG_CMAKE_TOOLCHAIN_FILE}) endif() include_directories(${CMAKE_BINARY_DIR}) |
