1# 2# Makefile to convert .hex files from DA1458x HCI Firmware release 3# 4 5all: 6 ./convert_hex_files.py 7 8clean: 9 rm -f *.h *.c 10 11clean-scripts: 12 rm -f *.hex 13