mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 03:48:05 +00:00
runtime: makefile: remove TDX 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
f4e3c936d8
commit
2562d23242
@ -382,10 +382,6 @@ ifneq (,$(QEMUCMD))
|
|||||||
KERNELSEVNAME = $(call MAKE_KERNEL_SEV_NAME,$(KERNELSEVTYPE))
|
KERNELSEVNAME = $(call MAKE_KERNEL_SEV_NAME,$(KERNELSEVTYPE))
|
||||||
KERNELSEVPATH = $(KERNELDIR)/$(KERNELSEVNAME)
|
KERNELSEVPATH = $(KERNELDIR)/$(KERNELSEVNAME)
|
||||||
|
|
||||||
KERNELTDXTYPE = compressed
|
|
||||||
KERNELTDXNAME = $(call MAKE_KERNEL_TDX_NAME,$(KERNELTDXTYPE))
|
|
||||||
KERNELTDXPATH = $(KERNELDIR)/$(KERNELTDXNAME)
|
|
||||||
|
|
||||||
KERNELSNPTYPE = compressed
|
KERNELSNPTYPE = compressed
|
||||||
KERNELSNPNAME = $(call MAKE_KERNEL_SNP_NAME,$(KERNELSNPTYPE))
|
KERNELSNPNAME = $(call MAKE_KERNEL_SNP_NAME,$(KERNELSNPTYPE))
|
||||||
KERNELSNPPATH = $(KERNELDIR)/$(KERNELSNPNAME)
|
KERNELSNPPATH = $(KERNELDIR)/$(KERNELSNPNAME)
|
||||||
@ -591,7 +587,6 @@ USER_VARS += KERNELPATH_ACRN
|
|||||||
USER_VARS += KERNELPATH
|
USER_VARS += KERNELPATH
|
||||||
USER_VARS += KERNELCONFIDENTIALPATH
|
USER_VARS += KERNELCONFIDENTIALPATH
|
||||||
USER_VARS += KERNELSEVPATH
|
USER_VARS += KERNELSEVPATH
|
||||||
USER_VARS += KERNELTDXPATH
|
|
||||||
USER_VARS += KERNELSNPPATH
|
USER_VARS += KERNELSNPPATH
|
||||||
USER_VARS += KERNELSEPATH
|
USER_VARS += KERNELSEPATH
|
||||||
USER_VARS += KERNELPATH_CLH
|
USER_VARS += KERNELPATH_CLH
|
||||||
@ -782,10 +777,6 @@ define MAKE_KERNEL_SEV_NAME
|
|||||||
$(if $(findstring uncompressed,$1),vmlinux-sev.container,vmlinuz-sev.container)
|
$(if $(findstring uncompressed,$1),vmlinux-sev.container,vmlinuz-sev.container)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MAKE_KERNEL_TDX_NAME
|
|
||||||
$(if $(findstring uncompressed,$1),vmlinux-tdx.container,vmlinuz-tdx.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