We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ce2a9 commit e0e8579Copy full SHA for e0e8579
1 file changed
microros_olimex_e407_extensions/Makefile
@@ -161,7 +161,7 @@ FreeRTOS-Plus-POSIX/source/FreeRTOS_POSIX_pthread.c \
161
Src/custom_memory_manager.c \
162
Src/libatomic.c \
163
Src/allocators.c \
164
-$(UROS_APP_FOLDER)/app.c
+$(wildcard $(UROS_APP_FOLDER)/*.c)
165
166
# Removing heap4 manager while being polite with STM32CubeMX
167
TMPVAR := $(C_SOURCES)
@@ -249,7 +249,8 @@ C_INCLUDES = \
249
-IFreeRTOS-Plus-POSIX/include/portable/empty_portable \
250
-IFreeRTOS-Plus-POSIX/include/portable \
251
-Iinclude \
252
--Iinclude/private
+-Iinclude/private \
253
+-I$(UROS_APP_FOLDER)
254
255
MICROROS_INCLUDES += $(shell find $(UROS_DIR)/install -name 'include' | sed -E "s/(.*)/-I\1/")
256
MICROROS_INCLUDES += -I$(EXTENSIONS_DIR)/include
0 commit comments