mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
Makefile: fix suspicious line
Emacs (the good and infalible text editor) detects a suspicious line in Makefile, this line contains both space and tab (something that could be introduced by a less sophisticated text editor) that is not correct for a Makefile. fixes #2286 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
545d61cbe8
commit
d4be097b71
2
Makefile
2
Makefile
@ -243,7 +243,7 @@ endif
|
|||||||
ifneq (,$(QEMUVIRTIOFSCMD))
|
ifneq (,$(QEMUVIRTIOFSCMD))
|
||||||
KNOWN_HYPERVISORS += $(HYPERVISOR_QEMU_VIRTIOFS)
|
KNOWN_HYPERVISORS += $(HYPERVISOR_QEMU_VIRTIOFS)
|
||||||
|
|
||||||
CONFIG_FILE_QEMU_VIRTIOFS = configuration-qemu-virtiofs.toml
|
CONFIG_FILE_QEMU_VIRTIOFS = configuration-qemu-virtiofs.toml
|
||||||
CONFIG_QEMU_VIRTIOFS = $(CLI_DIR)/config/$(CONFIG_FILE_QEMU_VIRTIOFS)
|
CONFIG_QEMU_VIRTIOFS = $(CLI_DIR)/config/$(CONFIG_FILE_QEMU_VIRTIOFS)
|
||||||
CONFIG_QEMU_VIRTIOFS_IN = $(CONFIG_QEMU_VIRTIOFS).in
|
CONFIG_QEMU_VIRTIOFS_IN = $(CONFIG_QEMU_VIRTIOFS).in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user