Makefile: Add Rpi 4 to build target

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
This commit is contained in:
Nobuhiro Iwamatsu 2020-06-30 18:09:14 +09:00
parent 6213e3d35a
commit a8fc785c77
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ all: shasums
# List all the supported and built Pi platforms here. They get expanded
# to names like 'raspi_2.yaml' and 'raspi_0w.img.xz'.
BUILD_PLATFORMS := 0w 2 3
BUILD_PLATFORMS := 0w 2 3 4
platforms := $(addprefix raspi_,$(BUILD_PLATFORMS))
shasums: $(addsuffix .sha256,$(platforms)) $(addsuffix .xz.sha256,$(platforms))