diff options
Diffstat (limited to 'arch/x86/platform/pvh/Makefile')
| -rw-r--r-- | arch/x86/platform/pvh/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/platform/pvh/Makefile b/arch/x86/platform/pvh/Makefile new file mode 100644 index 000000000000..c43fb7964dc4 --- /dev/null +++ b/arch/x86/platform/pvh/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +OBJECT_FILES_NON_STANDARD_head.o := y +KASAN_SANITIZE := n + +obj-$(CONFIG_PVH) += enlighten.o +obj-$(CONFIG_PVH) += head.o |
