aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-16 17:57:00 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 17:28:54 -0500
commit7ed208c433a2ec9bb2fda3d3bfb17b512ea0a796 (patch)
tree58eedb06d059797d95271891f1e976dccde4e561 /Makefile.target
parent356c7ff4b699fb80ece580feb5e7a0c2ae9c93eb (diff)
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>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 1a71f3a70a..1b68c706d1 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -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