We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044c96 commit 2a7f020Copy full SHA for 2a7f020
features/FEATURE_UVISOR/importer/Makefile
@@ -72,6 +72,7 @@ rsync:
72
rm -rf $(TARGET_LIB_SRC)
73
mkdir -p $(TARGET_LIB_SRC)
74
cp $(UVISOR_DIR)/core/system/src/page_allocator.c $(TARGET_LIB_SRC)/page_allocator.c_inc
75
+ cp $(UVISOR_DIR)/core/system/inc/page_allocator_config.h $(TARGET_LIB_SRC)/page_allocator_config.h
76
rsync -a --delete $(UVISOR_API)/rtx/src/ $(TARGET_LIB_SRC)/rtx
77
#
78
# Copying licenses
0 commit comments