aboutsummaryrefslogtreecommitdiff
path: root/hw/xenpv/Makefile.objs
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2018-09-14 12:18:29 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2019-01-14 13:45:40 +0000
commit6d7c06c213ddcfabcafdc178ccef81736f85a7c2 (patch)
tree41d7f34e1a3869e9b537d0ac1e16d2374d57f5d6 /hw/xenpv/Makefile.objs
parent19f87870baa570bcd7e80e7657e030bf427f16be (diff)
Remove broken Xen PV domain builder
It is broken since Xen 4.9 [1] and it will not build in Xen 4.12. Also, it is not built by default since QEMU 2.6. [1] https://lists.xenproject.org/archives/html/xen-devel/2018-09/msg00313.html Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'hw/xenpv/Makefile.objs')
-rw-r--r--hw/xenpv/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xenpv/Makefile.objs b/hw/xenpv/Makefile.objs
index bbf5873fd1..8bfa4586ab 100644
--- a/hw/xenpv/Makefile.objs
+++ b/hw/xenpv/Makefile.objs
@@ -1,4 +1,2 @@
# Xen PV machine support
obj-$(CONFIG_XEN) += xen_machine_pv.o
-# Xen PV machine builder support
-obj-$(CONFIG_XEN_PV_DOMAIN_BUILD) += xen_domainbuild.o