From f79f16b88fd4f8aa4831a68feb485f11976e3a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 27 Jun 2017 11:59:33 +0200 Subject: [PATCH] better libopencm3 submodule compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22da80e..14d4e31 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ BMP_PORT ?= /dev/ttyACM0 endif # compile target rules -all: elf hex bin +all: $(OPENCM3_LIB)/lib$(STM32F1_LIB).a elf hex bin elf: $(patsubst %,%.elf,$(FIRMWARE)) bin: $(patsubst %,%.bin,$(FIRMWARE))