diff options
Diffstat (limited to 'arch/x86/virt/svm/Makefile')
-rw-r--r-- | arch/x86/virt/svm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/virt/svm/Makefile b/arch/x86/virt/svm/Makefile new file mode 100644 index 0000000000..ef2a31bdcc --- /dev/null +++ b/arch/x86/virt/svm/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_KVM_AMD_SEV) += sev.o |