From 8bda04797ce0e8449624110065d1a532e95a2fdf Mon Sep 17 00:00:00 2001 From: Matthias Freund Date: Sat, 16 Apr 2016 23:04:25 +0200 Subject: [PATCH] add all targets supported by gluon to target list https://github.com/freifunk-gluon/gluon/blob/master/targets/targets.mk --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81d0095..0f6dfb3 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,11 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key GLUON_TARGETS ?= \ ar71xx-generic \ ar71xx-nand \ - x86-kvm_guest + mpc85xx-generic \ + x86-64 \ + x86-generic \ + 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))