xen: add console backend driver. (Gerd Hoffmann)
[qemu] / Makefile.target
index 52c8cd2..1cb86f9 100644 (file)
@@ -562,6 +562,7 @@ endif
 
 # xen backend driver support
 XEN_OBJS := xen_machine_pv.o xen_backend.o
+XEN_OBJS += xen_console.o
 ifeq ($(CONFIG_XEN), yes)
   OBJS += $(XEN_OBJS)
   LIBS += $(XEN_LIBS)