]> Git Repo - qemu.git/commitdiff
fix XEN Build
authorJuan Quintela <[email protected]>
Thu, 16 Jul 2009 15:57:00 +0000 (17:57 +0200)
committerAnthony Liguori <[email protected]>
Thu, 16 Jul 2009 22:28:54 +0000 (17:28 -0500)
I miss s/yes/y/ in one place

Signed-off-by: Juan Quintela <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile.target

index 1a71f3a70a946be268cd14babb200638c423d41d..1b68c706d1cdc3ca9b624faa9d8050a4ad20cdff 100644 (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
 
This page took 0.026524 seconds and 4 git commands to generate.