From: Juan Quintela Date: Wed, 24 Jun 2009 22:08:05 +0000 (+0200) Subject: Rename XEN_OBJS to xen-obj-y X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78892528a29e1831a4257732fc3e8238cbc4889e;p=qemu.git Rename XEN_OBJS to xen-obj-y Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index dde7b85405..5bedffdb50 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)