diff --git a/Makefile b/Makefile index 49ed901..23b180e 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ GLUON_TARGETS ?= \ mpc85xx-generic \ x86-64 \ x86-generic \ - x86-kvm_guest \ - x86-xen_domu + x86-kvm_guest GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))