Commit 7ed208c433a2ec9bb2fda3d3bfb17b512ea0a796

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 356c7ff4

fix XEN Build

I miss s/yes/y/ in one place

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
@@ -544,7 +544,7 @@ endif @@ -544,7 +544,7 @@ endif
544 544
545 # xen backend driver support 545 # xen backend driver support
546 obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o 546 obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
547 -ifeq ($(CONFIG_XEN), yes) 547 +ifeq ($(CONFIG_XEN), y)
548 LIBS += $(XEN_LIBS) 548 LIBS += $(XEN_LIBS)
549 endif 549 endif
550 550