using objcopy variable

This commit is contained in:
Rene Hopf
2016-11-03 10:42:28 +01:00
parent 2422311e43
commit 9580df5d3b

View File

@@ -146,7 +146,7 @@ bin: $(TARGET).bin
lss: $(TARGET).lss
sym: $(TARGET).sym
hv_firmware.o:
arm-none-eabi-objcopy --rename-section .data=.hv_firmware -I binary obj_hv/hv.bin -B arm -O elf32-littlearm hv_firmware.o
$(OBJCOPY) --rename-section .data=.hv_firmware -I binary obj_hv/hv.bin -B arm -O elf32-littlearm hv_firmware.o
# Display compiler version information
#