mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
This adds support for virtio-fs on QEMU. Fixes #699 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
8 lines
195 B
Makefile
8 lines
195 B
Makefile
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
CONFIG_DIR := $(MK_DIR)/../../scripts/
|
|
|
|
build:
|
|
"$(MK_DIR)/build-static-qemu-virtiofs.sh"
|
|
clean:
|
|
rm -f kata-qemu-static.tar.gz
|