mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 06:13:46 +08:00
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:
parent
f835ed1c01
commit
78892528a2
6
Makefile
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user