Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit bcf29ba

Browse files
committed
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 <[email protected]>
1 parent 2a98f43 commit bcf29ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ else
767767
endif
768768
@printf "\n"
769769
@printf "• hypervisors:\n"
770-
@printf "\tDefault: $(DEFAULT_HYPERVISOR)\n"
771770
@printf "\tKnown: $(sort $(HYPERVISORS))\n"
772771
@printf "\tAvailable for this architecture: $(sort $(KNOWN_HYPERVISORS))\n"
773772
@printf "\n"

0 commit comments

Comments
 (0)