From bcf29ba8756aa2f5d67221438b0b580de12c22bb Mon Sep 17 00:00:00 2001 From: Benjamin Porter Date: Tue, 1 Dec 2020 21:35:26 -0600 Subject: [PATCH] build: Remove default hypervisor message from build The default hypervisor variable will no longer be printed from the Makefile. Fixes: #2785 Signed-off-by: Benjamin Porter --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c562ae15cd..ac367ee79e 100644 --- a/Makefile +++ b/Makefile @@ -767,7 +767,6 @@ else endif @printf "\n" @printf "• hypervisors:\n" - @printf "\tDefault: $(DEFAULT_HYPERVISOR)\n" @printf "\tKnown: $(sort $(HYPERVISORS))\n" @printf "\tAvailable for this architecture: $(sort $(KNOWN_HYPERVISORS))\n" @printf "\n"