Skip to content

Commit c710f46

Browse files
authored
Merge pull request #4179 from AlessandroA/uvisor_makefile_fix_cp_cmd
uVisor: Fix copy of quick-start doc in exporter script
2 parents 8a2ae24 + 8bc81e0 commit c710f46

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_UVISOR/importer

1 file changed

+1
-1
lines changed

features/FEATURE_UVISOR/importer/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ rsync:
8484
cp $(UVISOR_DIR)/core/cmsis/inc/core_cmSecureAccess.h $(MBED_OS_CMSIS)/
8585
#
8686
# Copying the documentation...
87-
cp $(UVISOR_DIR)/docs/api/QUICKSTART.md $(TARGET_PREFIX)/README.md
87+
cp $(UVISOR_DIR)/docs/*/QUICKSTART.md $(TARGET_PREFIX)/README.md
8888
#
8989
# Copying licenses
9090
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)

0 commit comments

Comments
 (0)