From 18c7ecb14abc6752ed09c1d481f0f93123e94785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 16 Dec 2017 19:07:05 +0100 Subject: [PATCH] fixed another mf bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2eee3bb..cf4e544 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ Src/stm32f0xx_it.c \ Src/system_stm32f0xx.c \ Src/main.c -C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c)) +C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c)) $(GEX_SOURCES) # ASM sources ASM_SOURCES = \