aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Makefile
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2022-12-28 14:24:49 +1100
committerGitHub <[email protected]>2022-12-28 14:24:49 +1100
commit7c8664fb22d73f12fb7200bd39bb83a641a92e2c (patch)
treefa56b96687d3c09a55c660338bfb0d5d58c25918 /source/Makefile
parentb6aaf30c58e9978187688eec2e5b949b6c62bb5c (diff)
parent45a4ff90aa82776e882189143eba340bcf307800 (diff)
downloadIronOS-7c8664fb22d73f12fb7200bd39bb83a641a92e2c.tar.gz
IronOS-7c8664fb22d73f12fb7200bd39bb83a641a92e2c.zip
Merge branch 'dev' into BLE
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index db1a7030..4ad04461 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -147,6 +147,8 @@ FRTOS_INC_DIR = ./Middlewares/Third_Party/FreeRTOS/Source/include
DRIVER_INC_DIR =./Core/Drivers
BSP_INC_DIR = ./Core/BSP
THREADS_INC_DIR = ./Core/Threads
+THREADS_OP_MODES_INC_DIR = ./Core/Threads/OperatingModes
+THREADS_OP_MODES_TOOLS_INC_DIR = ./Core/Threads/OperatingModes/utils
SOURCE_THREADS_DIR = ./Core/Threads
SOURCE_CORE_DIR = ./Core/Src
@@ -372,6 +374,8 @@ INCLUDES = -I$(APP_INC_DIR) \
-I$(DRIVER_INC_DIR) \
-I$(BSP_INC_DIR) \
-I$(THREADS_INC_DIR) \
+ -I$(THREADS_OP_MODES_INC_DIR) \
+ -I$(THREADS_OP_MODES_TOOLS_INC_DIR) \
-I$(INC_PD_DRIVERS_DIR) \
$(DEVICE_INCLUDES)