Skip to content

Commit 238fc27

Browse files
committed
uVisor importer script: Add command to copy the docs
1 parent c4b08cf commit 238fc27

File tree

1 file changed

+3
-0
lines changed
  • features/FEATURE_UVISOR/importer

1 file changed

+3
-0
lines changed

features/FEATURE_UVISOR/importer/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ rsync:
7575
cp $(UVISOR_DIR)/core/system/inc/page_allocator_config.h $(TARGET_LIB_SRC)/page_allocator_config.h
7676
rsync -a --delete $(UVISOR_API)/rtx/src/ $(TARGET_LIB_SRC)/rtx
7777
#
78+
# Copying the documentation...
79+
cp $(UVISOR_DIR)/docs/QUICKSTART.md $(TARGET_PREFIX)/README.md
80+
#
7881
# Copying licenses
7982
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
8083

0 commit comments

Comments
 (0)