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

Commit

Permalink
build: Remove default hypervisor message from build
Browse files Browse the repository at this point in the history
The default hypervisor variable will no longer be printed from
the Makefile.

Fixes: #2785

Signed-off-by: Benjamin Porter <bporter816@gmail.com>
  • Loading branch information
bporter816 committed Dec 2, 2020
1 parent 2a98f43 commit bcf29ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bcf29ba

Please sign in to comment.