mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
runtime: makefile: remove SEV specific kernel references
As this is not used anymore, we can go ahead and just remove it Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
2562d23242
commit
57b132f94c
@ -378,10 +378,6 @@ ifneq (,$(QEMUCMD))
|
|||||||
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
||||||
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
|
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
|
||||||
|
|
||||||
KERNELSEVTYPE = compressed
|
|
||||||
KERNELSEVNAME = $(call MAKE_KERNEL_SEV_NAME,$(KERNELSEVTYPE))
|
|
||||||
KERNELSEVPATH = $(KERNELDIR)/$(KERNELSEVNAME)
|
|
||||||
|
|
||||||
KERNELSNPTYPE = compressed
|
KERNELSNPTYPE = compressed
|
||||||
KERNELSNPNAME = $(call MAKE_KERNEL_SNP_NAME,$(KERNELSNPTYPE))
|
KERNELSNPNAME = $(call MAKE_KERNEL_SNP_NAME,$(KERNELSNPTYPE))
|
||||||
KERNELSNPPATH = $(KERNELDIR)/$(KERNELSNPNAME)
|
KERNELSNPPATH = $(KERNELDIR)/$(KERNELSNPNAME)
|
||||||
@ -586,7 +582,6 @@ USER_VARS += KERNELTYPE_CLH
|
|||||||
USER_VARS += KERNELPATH_ACRN
|
USER_VARS += KERNELPATH_ACRN
|
||||||
USER_VARS += KERNELPATH
|
USER_VARS += KERNELPATH
|
||||||
USER_VARS += KERNELCONFIDENTIALPATH
|
USER_VARS += KERNELCONFIDENTIALPATH
|
||||||
USER_VARS += KERNELSEVPATH
|
|
||||||
USER_VARS += KERNELSNPPATH
|
USER_VARS += KERNELSNPPATH
|
||||||
USER_VARS += KERNELSEPATH
|
USER_VARS += KERNELSEPATH
|
||||||
USER_VARS += KERNELPATH_CLH
|
USER_VARS += KERNELPATH_CLH
|
||||||
@ -773,10 +768,6 @@ define MAKE_KERNEL_VIRTIOFS_NAME
|
|||||||
$(if $(findstring uncompressed,$1),vmlinux-virtiofs.container,vmlinuz-virtiofs.container)
|
$(if $(findstring uncompressed,$1),vmlinux-virtiofs.container,vmlinuz-virtiofs.container)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MAKE_KERNEL_SEV_NAME
|
|
||||||
$(if $(findstring uncompressed,$1),vmlinux-sev.container,vmlinuz-sev.container)
|
|
||||||
endef
|
|
||||||
|
|
||||||
# SNP configuration uses the SEV kernel
|
# SNP configuration uses the SEV kernel
|
||||||
define MAKE_KERNEL_SNP_NAME
|
define MAKE_KERNEL_SNP_NAME
|
||||||
$(if $(findstring uncompressed,$1),vmlinux-sev.container,vmlinuz-sev.container)
|
$(if $(findstring uncompressed,$1),vmlinux-sev.container,vmlinuz-sev.container)
|
||||||
|
Loading…
Reference in New Issue
Block a user