aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/pvh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/platform/pvh/Makefile')
-rw-r--r--arch/x86/platform/pvh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/platform/pvh/Makefile b/arch/x86/platform/pvh/Makefile
index 9fd25efcd2a3..5dec5067c9fb 100644
--- a/arch/x86/platform/pvh/Makefile
+++ b/arch/x86/platform/pvh/Makefile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
OBJECT_FILES_NON_STANDARD_head.o := y
-obj-$(CONFIG_XEN_PVH) += enlighten.o
-obj-$(CONFIG_XEN_PVH) += head.o
+obj-$(CONFIG_PVH) += enlighten.o
+obj-$(CONFIG_PVH) += head.o