From 0bdec5bcc00a6085337cf4f7e69ddfe9b9c335ff Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 24 Jan 2023 20:04:46 -0500 Subject: [PATCH] cmake: nuttx fix jlink-nuttx dependency --- platforms/nuttx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/nuttx/CMakeLists.txt b/platforms/nuttx/CMakeLists.txt index 011f32af44..3d5aed435c 100644 --- a/platforms/nuttx/CMakeLists.txt +++ b/platforms/nuttx/CMakeLists.txt @@ -462,7 +462,7 @@ if(NOT NUTTX_DIR MATCHES "external") add_custom_command( OUTPUT ${NUTTX_DIR}/tools/jlink-nuttx.so COMMAND make --no-print-directory --silent -f Makefile.host jlink-nuttx - DEPENDS ${NUTTX_DIR}/tools/gencromfs.c + DEPENDS ${NUTTX_DIR}/tools/jlink-nuttx.c WORKING_DIRECTORY ${NUTTX_DIR}/tools ) add_custom_target(jlink-nuttx ALL