aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-26 14:15:14 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-26 14:15:14 +0200
commit5829fb58101a9edb6b9d31c9e22183f5159e1480 (patch)
tree684073a504f5bd9d8af7c459a32c07f37c799a3e /stm32f091/makefile
parent3608f1cc19f4bc102c1f0c5a3ab242e2e318a0b9 (diff)
implement backlog database functions
Diffstat (limited to 'stm32f091/makefile')
-rw-r--r--stm32f091/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32f091/makefile b/stm32f091/makefile
index 08c582a..10ede8c 100644
--- a/stm32f091/makefile
+++ b/stm32f091/makefile
@@ -11,6 +11,7 @@ SHARED_FLAGS += -Wall
SHARED_FLAGS += -Wextra
# SHARED_FLAGS += -Wno-register
SHARED_FLAGS += -Wa,--defsym,CALL_ARM_SYSTEM_INIT=1
+# SHARED_FLAGS += -I/usr/arm-none-eabi/include/
SHARED_FLAGS += -I./lib/STM32-base-STM32Cube/CMSIS/ARM/inc
SHARED_FLAGS += -I./lib/STM32-base-STM32Cube/CMSIS/STM32F0xx/inc
SHARED_FLAGS += -I./lib/STM32-base/startup