uVisor importer script: Add command to copy the docs

pull/2114/head
Alessandro Angelino 2016-07-06 14:47:09 +01:00
parent c4b08cf830
commit 238fc2787a
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ rsync:
cp $(UVISOR_DIR)/core/system/inc/page_allocator_config.h $(TARGET_LIB_SRC)/page_allocator_config.h
rsync -a --delete $(UVISOR_API)/rtx/src/ $(TARGET_LIB_SRC)/rtx
#
# Copying the documentation...
cp $(UVISOR_DIR)/docs/QUICKSTART.md $(TARGET_PREFIX)/README.md
#
# Copying licenses
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)