diff --git a/features/FEATURE_UVISOR/importer/Makefile b/features/FEATURE_UVISOR/importer/Makefile index 68bf5940a6..16dc7ff37b 100644 --- a/features/FEATURE_UVISOR/importer/Makefile +++ b/features/FEATURE_UVISOR/importer/Makefile @@ -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)