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 30, 2024
1 parent b556771 commit d4c026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/menuconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +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 --out
COMMAND ${CMAKE_COMMAND} -P env ${KCONFIG_ENV} savedefconfig --out
${CMAKE_BINARY_DIR}/defconfig
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_BINARY_DIR}/defconfig
${NUTTX_DEFCONFIG}
Expand Down

0 comments on commit d4c026d

Please sign in to comment.