From bff9f90d245bfc1a8d1437cf73bcdcd383035ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 8 Aug 2022 10:02:54 +0200 Subject: [PATCH] packaging: Add QEMU TDX targets as part of the cc targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's add the QEMU TDX targets to be generated together with the cc targets, when calling `make cc-tarball`. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/local-build/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/local-build/Makefile b/tools/packaging/kata-deploy/local-build/Makefile index ae13afa010..99e69ddbbb 100644 --- a/tools/packaging/kata-deploy/local-build/Makefile +++ b/tools/packaging/kata-deploy/local-build/Makefile @@ -80,7 +80,10 @@ cc: cc-cloud-hypervisor-tarball \ cc-qemu-tarball \ cc-rootfs-image-tarball \ cc-shim-v2-tarball \ - cc-virtiofsd-tarball + cc-virtiofsd-tarball \ + cc-tdx-kernel-tarball \ + cc-tdx-qemu-tarball \ + cc-tdx-tdvf-tarball cc-cloud-hypervisor-tarball: ${MAKE} $@-build