diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-04-06 16:39:15 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-06 16:39:15 +1000 |
| commit | 64a0f5a659190518a9361e0bd2e8caff0b3354f1 (patch) | |
| tree | 845c9c7546d2054b7abb3bf773b13306d9118db1 /Makefile | |
| parent | 3ce8c9fc8feedd8e92ebb81a5ba1e5b18834e6f3 (diff) | |
| download | qmk_firmware-64a0f5a659190518a9361e0bd2e8caff0b3354f1.tar.gz qmk_firmware-64a0f5a659190518a9361e0bd2e8caff0b3354f1.zip | |
Add support for producing UF2-format binaries. (#12435)
* First stab at enabling builds of UF2-format binaries.
* Add description on producing a UF2 file.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -93,8 +93,8 @@ clean: | |||
| 93 | 93 | ||
| 94 | .PHONY: distclean | 94 | .PHONY: distclean |
| 95 | distclean: clean | 95 | distclean: clean |
| 96 | echo -n 'Deleting *.bin and *.hex ... ' | 96 | echo -n 'Deleting *.bin, *.hex, and *.uf2 ... ' |
| 97 | rm -f *.bin *.hex | 97 | rm -f *.bin *.hex *.uf2 |
| 98 | echo 'done.' | 98 | echo 'done.' |
| 99 | 99 | ||
| 100 | #Compatibility with the old make variables, anything you specify directly on the command line | 100 | #Compatibility with the old make variables, anything you specify directly on the command line |
