1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

[MAKE] Add elf target to the Makefile

Builds the .elf for the current target
This commit is contained in:
Alberto García Hierro 2019-10-27 20:30:39 +00:00
parent 987c7bb73e
commit 27ae5a3ef9

View file

@ -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)