From 238fc2787a343a6ad9e25e3b0cc412b7034b682e Mon Sep 17 00:00:00 2001 From: Alessandro Angelino Date: Wed, 6 Jul 2016 14:47:09 +0100 Subject: [PATCH] uVisor importer script: Add command to copy the docs --- features/FEATURE_UVISOR/importer/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)