Makefile: Add Rpi 4 to build target
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
This commit is contained in:
parent
6213e3d35a
commit
a8fc785c77
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ all: shasums
|
||||||
|
|
||||||
# List all the supported and built Pi platforms here. They get expanded
|
# List all the supported and built Pi platforms here. They get expanded
|
||||||
# to names like 'raspi_2.yaml' and 'raspi_0w.img.xz'.
|
# 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))
|
platforms := $(addprefix raspi_,$(BUILD_PLATFORMS))
|
||||||
shasums: $(addsuffix .sha256,$(platforms)) $(addsuffix .xz.sha256,$(platforms))
|
shasums: $(addsuffix .sha256,$(platforms)) $(addsuffix .xz.sha256,$(platforms))
|
||||||
|
|
Loading…
Reference in New Issue