mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 15:07:46 +00:00
runtime: makefile: remove SNP 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
57b132f94c
commit
3755c69165
@ -378,10 +378,6 @@ ifneq (,$(QEMUCMD))
|
|||||||
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
KERNELNAME = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
||||||
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
|
KERNELPATH = $(KERNELDIR)/$(KERNELNAME)
|
||||||
|
|
||||||
KERNELSNPTYPE = compressed
|
|
||||||
KERNELSNPNAME = $(call MAKE_KERNEL_SNP_NAME,$(KERNELSNPTYPE))
|
|
||||||
KERNELSNPPATH = $(KERNELDIR)/$(KERNELSNPNAME)
|
|
||||||
|
|
||||||
KERNELCONFIDENTIALTYPE = compressed
|
KERNELCONFIDENTIALTYPE = compressed
|
||||||
KERNELCONFIDENTIALNAME = $(call MAKE_KERNEL_CONFIDENTIAL_NAME,$(KERNELCONFIDENTIALTYPE))
|
KERNELCONFIDENTIALNAME = $(call MAKE_KERNEL_CONFIDENTIAL_NAME,$(KERNELCONFIDENTIALTYPE))
|
||||||
KERNELCONFIDENTIALPATH = $(KERNELDIR)/$(KERNELCONFIDENTIALNAME)
|
KERNELCONFIDENTIALPATH = $(KERNELDIR)/$(KERNELCONFIDENTIALNAME)
|
||||||
@ -582,7 +578,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 += KERNELSNPPATH
|
|
||||||
USER_VARS += KERNELSEPATH
|
USER_VARS += KERNELSEPATH
|
||||||
USER_VARS += KERNELPATH_CLH
|
USER_VARS += KERNELPATH_CLH
|
||||||
USER_VARS += KERNELPATH_FC
|
USER_VARS += KERNELPATH_FC
|
||||||
@ -768,11 +763,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
|
||||||
|
|
||||||
# SNP configuration uses the SEV kernel
|
|
||||||
define MAKE_KERNEL_SNP_NAME
|
|
||||||
$(if $(findstring uncompressed,$1),vmlinux-sev.container,vmlinuz-sev.container)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define MAKE_KERNEL_CONFIDENTIAL_NAME
|
define MAKE_KERNEL_CONFIDENTIAL_NAME
|
||||||
$(if $(findstring uncompressed,$1),vmlinux-confidential.container,vmlinuz-confidential.container)
|
$(if $(findstring uncompressed,$1),vmlinux-confidential.container,vmlinuz-confidential.container)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user