Removed removing of .usbram section from .bin file output. Because there's no more .usbram section!
This commit is contained in:
@ -80,7 +80,7 @@ flash: $(BINARY).flash
|
||||
|
||||
%.bin: %.elf
|
||||
@#printf " OBJCOPY $(*).bin\n"
|
||||
$(Q)$(OBJCOPY) -Obinary -R .usbram $(*).elf $(*).bin
|
||||
$(Q)$(OBJCOPY) -Obinary $(*).elf $(*).bin
|
||||
|
||||
%.hex: %.elf
|
||||
@#printf " OBJCOPY $(*).hex\n"
|
||||
|
Reference in New Issue
Block a user