diff options
Diffstat (limited to 'stm32f091/makefile')
-rw-r--r-- | stm32f091/makefile | 2 |
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 |