Skip to content

Commit 8bc81e0

Browse files
committed
uVisor: Fix copy of quick-start doc in exporter script
1 parent 7d65b0f commit 8bc81e0

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)