aboutsummaryrefslogtreecommitdiff
path: root/stm32f091
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-30 20:33:41 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-30 20:33:41 +0100
commitea9463c3ba9335bc3d04dd04502ab9e67e8a718c (patch)
treede55f4b03eba50533f6dd220c31d50fa4239d94a /stm32f091
parentc0eeae6901572be2469ab61620c39cd2d3b2cb58 (diff)
finish merge
Diffstat (limited to 'stm32f091')
-rw-r--r--stm32f091/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32f091/makefile b/stm32f091/makefile
index dd03761..7ac73a0 100644
--- a/stm32f091/makefile
+++ b/stm32f091/makefile
@@ -6,7 +6,7 @@ RM = rm -f
TARGET = main
HOST=$(strip $(shell uname -o))
-include ../shared/shared.mk
+OBJS += $(patsubst %.c,%-stm.o, $(wildcard ../shared/*.c))
SHARED_FLAGS += -g
SHARED_FLAGS += -DSTM32F091xC