Rename XEN_OBJS to xen-obj-y

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-06-25 00:08:05 +02:00 committed by Anthony Liguori
parent f835ed1c01
commit 78892528a2

View File

@ -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)