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:
parent
54644c61ea
commit
12a0c204cc
4
Makefile
4
Makefile
@ -8,8 +8,10 @@ GLUON_TARGETS ?= \
|
|||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-nand \
|
ar71xx-nand \
|
||||||
mpc85xx-generic \
|
mpc85xx-generic \
|
||||||
|
x86-64 \
|
||||||
x86-generic \
|
x86-generic \
|
||||||
x86-kvm_guest
|
x86-kvm_guest \
|
||||||
|
x86-xen_domu
|
||||||
|
|
||||||
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
||||||
ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))
|
ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))
|
||||||
|
Loading…
Reference in New Issue
Block a user