gpu: Add NVIDIA GPU Confidential kernel target

This is a follow up to the work of minimizing targets, unifying TDX,SNP builds for NVIDIA GPUs

Fixes: #8828

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser
2024-01-15 14:54:06 +00:00
parent bb1ada1a8b
commit 4fc34323ae
6 changed files with 22 additions and 3 deletions

View File

@@ -475,7 +475,7 @@ build_kernel_headers() {
pushd "${kernel_path}" >>/dev/null
if [ "$linux_headers" == "deb" ]; then
make -j $(nproc ${CI:+--ignore 1}) deb-pkg ARCH="${arch_target}"
make -j $(nproc ${CI:+--ignore 1}) bindeb-pkg ARCH="${arch_target}"
fi
if [ "$linux_headers" == "rpm" ]; then
make -j $(nproc ${CI:+--ignore 1}) rpm-pkg ARCH="${arch_target}"