From a8fc785c774e15e9ded46a1a0ba74bcbf34f6191 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 30 Jun 2020 18:09:14 +0900 Subject: [PATCH] Makefile: Add Rpi 4 to build target Signed-off-by: Nobuhiro Iwamatsu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7dd13fc..e30aa97 100644 --- a/Makefile +++ b/Makefile @@ -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))