Skip to content
Snippets Groups Projects
Commit 2bb179e1 authored by Damien George's avatar Damien George
Browse files

bare-arm: Change output file from flash.elf to firmware.elf.

parent ccc85ea0
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ SRC_S = \ ...@@ -38,9 +38,9 @@ SRC_S = \
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(SRC_S:.s=.o)) 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 $@" $(ECHO) "LINK $@"
$(Q)$(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS) $(Q)$(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
$(Q)$(SIZE) $@ $(Q)$(SIZE) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment