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 da83e0d commit f828eaf
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 @@ -95,6 +95,7 @@ add_custom_target(
COMMAND ${CMAKE_COMMAND} -E copy ${NUTTX_DEFCONFIG}
${CMAKE_BINARY_DIR}/.config
COMMAND ${CMAKE_COMMAND} -E env ${CMAKE_BINARY_DIR}/.config olddefconfig
COMMAND ${CMAKE_COMMAND} -E env ${KCONFIG_ENV} savedefconfig
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}
WORKING_DIRECTORY ${NUTTX_DIR})

0 comments on commit f828eaf

Please sign in to comment.