mirror of https://github.com/ARMmbed/mbed-os.git
uVisor importer script: Add command to copy the docs
parent
c4b08cf830
commit
238fc2787a
|
@ -75,6 +75,9 @@ rsync:
|
||||||
cp $(UVISOR_DIR)/core/system/inc/page_allocator_config.h $(TARGET_LIB_SRC)/page_allocator_config.h
|
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
|
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
|
# Copying licenses
|
||||||
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
|
cp $(UVISOR_DIR)/LICENSE* $(TARGET_SUPPORTED)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue