Skip to content

Commit

Permalink
make: fix S12A build command
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jun 16, 2024
1 parent c35a35f commit d75bbbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ ifeq ($(MODEL), s12)
BUILD_DIR := /mnt/ubi.tmp
endif

ifeq ($(MODEL), s12a)
COMPRESSION := gzip
endif

.PHONY: all clean clean-packages pull extract patch build help

all: extract patch build
Expand Down

0 comments on commit d75bbbd

Please sign in to comment.