diff options
Diffstat (limited to '')
-rw-r--r-- | arch/x86/coco/tdx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/coco/tdx/Makefile b/arch/x86/coco/tdx/Makefile new file mode 100644 index 0000000000..2c7dcbf145 --- /dev/null +++ b/arch/x86/coco/tdx/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += tdx.o tdx-shared.o tdcall.o |