fix making libopencm3
This commit is contained in:
parent
c76abae464
commit
59b9a646cd
5
Makefile
5
Makefile
@ -204,12 +204,9 @@ clean:
|
||||
# make libopencm3 if library for STM32F1 is not yet existing
|
||||
$(OPENCM3_LIB)/lib$(STM32F1_LIB).a:
|
||||
$(info compiling libopencm3 library)
|
||||
$(Q)$(MAKE) -C $(OPENCM3_DIR)
|
||||
|
||||
# ensure opencm3 has been downloaded and compiled
|
||||
$(LDSCRIPT):
|
||||
git submodule init
|
||||
git submodule update
|
||||
$(Q)$(MAKE) -C $(OPENCM3_DIR)
|
||||
|
||||
flash: $(BINARY).hex
|
||||
$(info flashing $(<) using SWD)
|
||||
|
Loading…
Reference in New Issue
Block a user