Skip to content

Commit 4c9e3e6

Browse files
committed
Makefile: add pinebookpro targets
1 parent 011f3f5 commit 4c9e3e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ SCRIPTS += $(SHIN:.sh.in=.sh)
55
DATECODE=$(shell date "+%Y%m%d")
66
SHELL=/bin/bash
77

8-
T_PLATFORMS=rpi{,2,3}{,-musl} beaglebone{,-musl} cubieboard2{,-musl} odroid-c2{,-musl} GCP{,-musl}
8+
T_PLATFORMS=rpi{,2,3}{,-musl} beaglebone{,-musl} cubieboard2{,-musl} odroid-c2{,-musl} GCP{,-musl} pinebookpro{,-musl}
99
T_ARCHS=i686 x86_64{,-musl} armv{6,7}l{,-musl} aarch64{,-musl}
1010

11-
T_SBC_IMGS=rpi{,2,3}{,-musl} beaglebone{,-musl} cubieboard2{,-musl} odroid-c2{,-musl}
11+
T_SBC_IMGS=rpi{,2,3}{,-musl} beaglebone{,-musl} cubieboard2{,-musl} odroid-c2{,-musl} pinebookpro{,-musl}
1212
T_CLOUD_IMGS=GCP{,-musl}
1313

1414
T_PXE_ARCHS=x86_64{,-musl}

0 commit comments

Comments
 (0)