mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-31 04:04:24 +01: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
|