mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
bare-arm: Change output file from flash.elf to firmware.elf.
This commit is contained in:
@@ -38,9 +38,9 @@ SRC_S = \
|
||||
|
||||
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(SRC_S:.s=.o))
|
||||
|
||||
all: $(BUILD)/flash.elf
|
||||
all: $(BUILD)/firmware.elf
|
||||
|
||||
$(BUILD)/flash.elf: $(OBJ)
|
||||
$(BUILD)/firmware.elf: $(OBJ)
|
||||
$(ECHO) "LINK $@"
|
||||
$(Q)$(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
||||
$(Q)$(SIZE) $@
|
||||
|
||||
Reference in New Issue
Block a user