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>
This commit is contained in:
Jim Mussared
2023-08-24 15:44:16 +10:00
parent 326dfd2a85
commit bc1af5ab7f
6 changed files with 13 additions and 34 deletions

View File

@@ -42,6 +42,7 @@ SED = sed
CAT = cat
TOUCH = touch
PYTHON = python3
ZIP = zip
AS = $(CROSS_COMPILE)as
CC = $(CROSS_COMPILE)gcc