diff options
author | xengineering <me@xengineering.eu> | 2022-01-29 11:08:24 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-01-29 11:08:24 +0100 |
commit | 2711563f5ac20343567dc865a9bc071d65b1a445 (patch) | |
tree | f497e3117bf6ddf95ddeef2c350d121e9b51ae91 /firmware/Makefile | |
parent | c583ad032a537d48691e3fc39758081ca2149ad3 (diff) | |
download | ledcontrol-2711563f5ac20343567dc865a9bc071d65b1a445.tar ledcontrol-2711563f5ac20343567dc865a9bc071d65b1a445.tar.zst ledcontrol-2711563f5ac20343567dc865a9bc071d65b1a445.zip |
Update libopencm3 and reduce to stm32/f1 target
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |