From ab2088f7d528926ca7e40d446b0f3b07c8769356 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 6 Dec 2019 06:26:31 +0000 Subject: [PATCH] makefile: honor virtiofs config for default config Fix config used when qemu-virtiofs is set as default. Fixes: #2327 Signed-off-by: Jose Carlos Venegas Munoz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1f13fdc9d..3d6c30979d 100644 --- a/Makefile +++ b/Makefile @@ -339,7 +339,7 @@ ifeq ($(DEFAULT_HYPERVISOR),$(HYPERVISOR_QEMU)) endif ifeq ($(DEFAULT_HYPERVISOR),$(HYPERVISOR_QEMU_VIRTIOFS)) - DEFAULT_HYPERVISOR_CONFIG = $(CONFIG_FILE_QEMU) + DEFAULT_HYPERVISOR_CONFIG = $(CONFIG_FILE_QEMU_VIRTIOFS) endif ifeq ($(DEFAULT_HYPERVISOR),$(HYPERVISOR_FC))