Move bin2hex.py to scripts/

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
pull/132/head
Anton Blanchard 4 years ago committed by Anton Blanchard
parent 0a6fd0adb5
commit 9362f2dd10

@ -22,7 +22,7 @@ hello_world.bin: hello_world.elf
$(OBJCOPY) -O binary hello_world.elf hello_world.bin

hello_world.hex: hello_world.bin
./bin2hex.py hello_world.bin > hello_world.hex
../scripts/bin2hex.py hello_world.bin > hello_world.hex

clean:
@rm -f *.o hello_world.elf hello_world.bin hello_world.hex

Loading…
Cancel
Save