mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-05 02:37:41 +00:00
Merge measurement-register infrastructure for v6.16. Resolve conflicts with the establishment of drivers/virt/coco/guest/ for cross-vendor common TSM functionality. Address a mis-merge with a fixup from Lukas: Link: http://lore.kernel.org/20250509134031.70559-1-lukas.bulwahn@redhat.com
11 lines
336 B
Makefile
11 lines
336 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Confidential computing related collateral
|
|
#
|
|
obj-$(CONFIG_EFI_SECRET) += efi_secret/
|
|
obj-$(CONFIG_ARM_PKVM_GUEST) += pkvm-guest/
|
|
obj-$(CONFIG_SEV_GUEST) += sev-guest/
|
|
obj-$(CONFIG_INTEL_TDX_GUEST) += tdx-guest/
|
|
obj-$(CONFIG_ARM_CCA_GUEST) += arm-cca-guest/
|
|
obj-$(CONFIG_TSM_GUEST) += guest/
|