qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 7889252] Rename XEN_OBJS to xen-obj-y


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 7889252] Rename XEN_OBJS to xen-obj-y
Date: Tue, 30 Jun 2009 00:57:38 -0000

From: Juan Quintela <address@hidden>

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/Makefile b/Makefile
index dde7b85..5bedffd 100644
--- a/Makefile
+++ b/Makefile
@@ -197,10 +197,10 @@ endif
 LIBS+=$(VDE_LIBS)
 
 # xen backend driver support
-XEN_OBJS := xen_backend.o xen_devconfig.o
-XEN_OBJS += xen_console.o xenfb.o xen_disk.o xen_nic.o
+xen-obj-y := xen_backend.o xen_devconfig.o
+xen-obj-y += xen_console.o xenfb.o xen_disk.o xen_nic.o
 ifdef CONFIG_XEN
-  OBJS += $(XEN_OBJS)
+  OBJS += $(xen-obj-y)
 endif
 
 LIBS+=$(CURL_LIBS)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]