Commit 78892528a29e1831a4257732fc3e8238cbc4889e
Committed by
Anthony Liguori
1 parent
f835ed1c
Rename XEN_OBJS to xen-obj-y
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Makefile
| ... | ... | @@ -197,10 +197,10 @@ endif |
| 197 | 197 | LIBS+=$(VDE_LIBS) |
| 198 | 198 | |
| 199 | 199 | # xen backend driver support |
| 200 | -XEN_OBJS := xen_backend.o xen_devconfig.o | |
| 201 | -XEN_OBJS += xen_console.o xenfb.o xen_disk.o xen_nic.o | |
| 200 | +xen-obj-y := xen_backend.o xen_devconfig.o | |
| 201 | +xen-obj-y += xen_console.o xenfb.o xen_disk.o xen_nic.o | |
| 202 | 202 | ifdef CONFIG_XEN |
| 203 | - OBJS += $(XEN_OBJS) | |
| 203 | + OBJS += $(xen-obj-y) | |
| 204 | 204 | endif |
| 205 | 205 | |
| 206 | 206 | LIBS+=$(CURL_LIBS) | ... | ... |