mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
13 lines
154 B
Makefile
13 lines
154 B
Makefile
#
|
|
# Makefile to convert .hex files from DA1458x HCI Firmware release
|
|
#
|
|
|
|
all:
|
|
./convert_hex_files.py
|
|
|
|
clean:
|
|
rm -f *.h *.c
|
|
|
|
clean-scripts:
|
|
rm -f *.hex
|