mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-20 22:28:52 +01:00
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