mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 09:16:01 +03:00
[MAKE] Add elf target to the Makefile
Builds the .elf for the current target
This commit is contained in:
parent
987c7bb73e
commit
27ae5a3ef9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -380,6 +380,7 @@ $(STFLASH_TARGETS) :
|
|||
st-flash: $(TARGET_BIN)
|
||||
$(V0) st-flash --reset write $< $(FLASH_ORIGIN)
|
||||
|
||||
elf: $(TARGET_ELF)
|
||||
binary: $(TARGET_BIN)
|
||||
hex: $(TARGET_HEX)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue