mirror of https://github.com/ARMmbed/mbed-os.git
Copy page_allocator_config.h file in importer
parent
5044c968dd
commit
2a7f02033d
|
@ -72,6 +72,7 @@ rsync:
|
|||
rm -rf $(TARGET_LIB_SRC)
|
||||
mkdir -p $(TARGET_LIB_SRC)
|
||||
cp $(UVISOR_DIR)/core/system/src/page_allocator.c $(TARGET_LIB_SRC)/page_allocator.c_inc
|
||||
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 licenses
|
||||
|
|
Loading…
Reference in New Issue