diff --git a/slc/build.sh b/slc/build.sh index 01d69fb6..3a055af4 100755 --- a/slc/build.sh +++ b/slc/build.sh @@ -115,6 +115,8 @@ while [ $# -gt 0 ]; do done echo $CONFIG_ARGS # Generate project +# List all files and subdirectories from the current location +ls -la slc generate -d $OUTPUT_DIR $PROJECT_FLAG $SILABS_APP_PATH --with $SILABS_BOARD $CONFIG_ARGS --generator-timeout=180 -o makefile