From 2a7f02033da4037e036e0aaa8f4bdab0eec18b19 Mon Sep 17 00:00:00 2001 From: Niklas Hauser Date: Mon, 27 Jun 2016 13:15:58 +0100 Subject: [PATCH] Copy page_allocator_config.h file in importer --- features/FEATURE_UVISOR/importer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/features/FEATURE_UVISOR/importer/Makefile b/features/FEATURE_UVISOR/importer/Makefile index 5508cfdaa3..2a6213d59f 100644 --- a/features/FEATURE_UVISOR/importer/Makefile +++ b/features/FEATURE_UVISOR/importer/Makefile @@ -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