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