diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-08-24 15:44:16 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-08-24 15:44:20 +1000 |
commit | bc1af5ab7f9f28d0bfd882a7f00027b146feb11e (patch) | |
tree | 7514ecd651c5473b571d464d667f738a99bca678 /py | |
parent | 326dfd2a8579828c4159d965c6a41883a2a90029 (diff) |
cc3200/Makefile: Build firmware.zip.
This allows the cc3200 port to be build with the standard autobuild script
rather than the custom build-cc3200-latest.sh (which is now removed).
This also fixes the path inside the zip file (by using the `-j` flag to
zip).
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py')
-rw-r--r-- | py/mkenv.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mkenv.mk b/py/mkenv.mk index 5368279e2..d3dddcc32 100644 --- a/py/mkenv.mk +++ b/py/mkenv.mk @@ -42,6 +42,7 @@ SED = sed CAT = cat TOUCH = touch PYTHON = python3 +ZIP = zip AS = $(CROSS_COMPILE)as CC = $(CROSS_COMPILE)gcc |