diff options
author | Juan Quintela <quintela@redhat.com> | 2009-06-25 00:08:05 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-29 14:18:06 -0500 |
commit | 78892528a29e1831a4257732fc3e8238cbc4889e (patch) | |
tree | 25ea37321f9753a79531d734ce7a5aec1534c6b9 /Makefile | |
parent | f835ed1c01b454fea9ddc0fe5fd22a36f93263ba (diff) |
Rename XEN_OBJS to xen-obj-y
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |