Skip to content

Commit

Permalink
Update menuconfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 committed Sep 27, 2024
1 parent f828eaf commit 16ce1ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/menuconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ add_custom_target(
COMMAND ${CMAKE_COMMAND} -E env ${CMAKE_BINARY_DIR}/.config olddefconfig
COMMAND ${CMAKE_COMMAND} -E env ${KCONFIG_ENV} savedefconfig --out
${CMAKE_BINARY_DIR}/defconfig
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_BINARY_DIR}/defconfig ${NUTTX_DEFCONFIG}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_BINARY_DIR}/defconfig
${NUTTX_DEFCONFIG}
WORKING_DIRECTORY ${NUTTX_DIR})

0 comments on commit 16ce1ea

Please sign in to comment.