Makefile reorder add targets

This commit is contained in:
Jan 2019-04-27 22:03:48 +02:00
parent 97388a874b
commit 562b6e7e8c

View File

@ -6,22 +6,24 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
GLUON_TARGETS ?= \ GLUON_TARGETS ?= \
ar71xx-generic \ ar71xx-generic \
ar71xx-tiny \ ar71xx-mikrotik \
ar71xx-nand \ ar71xx-nand \
ipq40xx \ ar71xx-tiny \
ipq806x \
brcm2708-bcm2708 \ brcm2708-bcm2708 \
brcm2708-bcm2709 \ brcm2708-bcm2709 \
brcm2708-bcm2710 \ brcm2708-bcm2710 \
pc85xx-generic \ ipq40xx \
ipq806x \
mpc85xx-generic \
mvebu-cortexa9 \
ramips-mt7620 \ ramips-mt7620 \
ramips-mt7621 \ ramips-mt7621 \
ramips-mt76x8 \ ramips-mt76x8 \
ramips-rt305x \ ramips-rt305x \
sunxi-cortexa7 \
x86-64 \ x86-64 \
x86-generic \ x86-generic \
x86-geode \ x86-geode
sunxi-cortexa7
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)