|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] [xenppc-unstable] [XEN] only build xencomm.o if configed to
This broke the x86 build, I usually build x86 just to make sure it
does build but I guess I haven't since september.
-JX
On Jan 17, 2007, at 5:50 PM, Xen patchbot-xenppc-unstable wrote:
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID fa3a95fd876c75a48582db2916b915f985cd52ca
# Parent 58d6c9cb95c65e7583c838d0bbfc4412f518195c
[XEN] only build xencomm.o if configed to do so.
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
xen/common/Makefile | 1 -
1 files changed, 1 deletion(-)
diff -r 58d6c9cb95c6 -r fa3a95fd876c xen/common/Makefile
--- a/xen/common/Makefile Wed Jan 17 14:57:04 2007 -0500
+++ b/xen/common/Makefile Wed Jan 17 17:42:39 2007 -0500
@@ -27,7 +27,6 @@ obj-y += trace.o
obj-y += trace.o
obj-y += version.o
obj-y += vsprintf.o
-obj-y += xencomm.o
obj-y += xmalloc.o
obj-$(perfc) += perfc.o
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|