add all targets supported by gluon to target list

https://github.com/freifunk-gluon/gluon/blob/master/targets/targets.mk
This commit is contained in:
Matthias Freund 2016-04-17 21:46:32 +02:00
parent 54644c61ea
commit 12a0c204cc
1 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@ GLUON_TARGETS ?= \
ar71xx-generic \
ar71xx-nand \
mpc85xx-generic \
x86-64 \
x86-generic \
x86-kvm_guest
x86-kvm_guest \
x86-xen_domu
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))