From 2711563f5ac20343567dc865a9bc071d65b1a445 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 29 Jan 2022 11:08:24 +0100 Subject: Update libopencm3 and reduce to stm32/f1 target --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 89993cb..2d0e572 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -12,7 +12,7 @@ all: libopencm3/lib/libopencm3_stm32f1.a $(OBJCOPY) -O binary build/ledcontrol.elf build/ledcontrol.bin libopencm3/lib/libopencm3_stm32f1.a: - make -C libopencm3 + make -C libopencm3 TARGETS='stm32/f1' clean: rm -rf build -- cgit v1.2.3-70-g09d2