Skip to content

Commit eab361f

Browse files
committed
Fix sysmodule npdms
1 parent c5b5441 commit eab361f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmake/SwitchTools.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,7 @@ function(add_nsp_target target)
344344
get_filename_component(target_we ${target} NAME_WE)
345345

346346
# Build a NPDM for the PFS0 ExeFS, if missing.
347-
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.npdm)
348-
__generate_npdm(${target})
349-
endif()
347+
__generate_npdm(${target})
350348

351349
# Add the required NSO target, if not configured yet.
352350
if(NOT TARGET ${target_we}_nso)

0 commit comments

Comments
 (0)