Merge pull request #2328 from jcvenegas/2327-fix

makefile: honor virtiofs config for default config
This commit is contained in:
GabyCT
2019-12-10 14:21:18 -06:00
committed by GitHub

View File

@@ -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))