From ea9463c3ba9335bc3d04dd04502ab9e67e8a718c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 30 Oct 2022 20:33:41 +0100 Subject: finish merge --- stm32f091/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm32f091') 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 -- cgit v1.2.3