From 95b2cad095c5b3b6d98e1e85ec6ef4e3f5c87f42 Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Wed, 20 Jan 2021 19:20:39 +0000 Subject: [PATCH] clh: Use vanilla kernel. Qemu config alredy use vanilla kernel build for virtiofs. Lets make cosisntent the usage of kernel. Fixes: #1302 Depends-on: github.com/kata-containers/tests#3325 Signed-off-by: Carlos Venegas --- src/runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/Makefile b/src/runtime/Makefile index d3d415a329..16b5e84d3f 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -282,7 +282,7 @@ ifneq (,$(CLHCMD)) DEFENABLEHUGEPAGES_CLH := true DEFNETWORKMODEL_CLH := tcfilter KERNELTYPE_CLH = uncompressed - KERNEL_NAME_CLH = $(call MAKE_KERNEL_VIRTIOFS_NAME,$(KERNELTYPE_CLH)) + KERNEL_NAME_CLH = $(call MAKE_KERNEL_NAME,$(KERNELTYPE_CLH)) KERNELPATH_CLH = $(KERNELDIR)/$(KERNEL_NAME_CLH) endif