From 12a0c204cc9ba71af4404ed834dabff6e18d2ad7 Mon Sep 17 00:00:00 2001 From: Matthias Freund Date: Sun, 17 Apr 2016 21:46:32 +0200 Subject: [PATCH] add all targets supported by gluon to target list https://github.com/freifunk-gluon/gluon/blob/master/targets/targets.mk --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b72c760..af5cbf2 100644 --- a/Makefile +++ b/Makefile @@ -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))