mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
ec51ffcf26
In preparation for adding another coco build target, relieve drivers/virt/Makefile of the responsibility to track new compilation unit additions to drivers/virt/coco/, and do the same for drivers/virt/Kconfig. Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Tested-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
8 lines
211 B
Makefile
8 lines
211 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Confidential computing related collateral
|
|
#
|
|
obj-$(CONFIG_EFI_SECRET) += efi_secret/
|
|
obj-$(CONFIG_SEV_GUEST) += sev-guest/
|
|
obj-$(CONFIG_INTEL_TDX_GUEST) += tdx-guest/
|