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>
This commit is contained in:
Juan Quintela 2009-07-16 17:57:00 +02:00 committed by Anthony Liguori
parent 356c7ff4b6
commit 7ed208c433
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ endif
# xen backend driver support
obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
ifeq ($(CONFIG_XEN), yes)
ifeq ($(CONFIG_XEN), y)
LIBS += $(XEN_LIBS)
endif