summaryrefslogtreecommitdiffstats
path: root/qemu/hw/xenpv/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/xenpv/Makefile.objs')
-rw-r--r--qemu/hw/xenpv/Makefile.objs4
1 files changed, 3 insertions, 1 deletions
diff --git a/qemu/hw/xenpv/Makefile.objs b/qemu/hw/xenpv/Makefile.objs
index 49f6e9e3c..bbf5873fd 100644
--- a/qemu/hw/xenpv/Makefile.objs
+++ b/qemu/hw/xenpv/Makefile.objs
@@ -1,2 +1,4 @@
# Xen PV machine support
-obj-$(CONFIG_XEN) += xen_domainbuild.o xen_machine_pv.o
+obj-$(CONFIG_XEN) += xen_machine_pv.o
+# Xen PV machine builder support
+obj-$(CONFIG_XEN_PV_DOMAIN_BUILD) += xen_domainbuild.o