|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Remus breaks the build
Remus tries to go out of the tools directory and build in the kernel
directory. This assumes that we're actually building a kernel out of
the xen build tree, and that kernel is actually being used.
If Remus needs kernel modules, they should actually be part of the
respective kernel trees, not grafted on post-facto.
Disable the tools/remus directory until this is sorted out.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
hg qnew -f didiff -r f45026ec8db5 tools/Makefile
--- a/tools/Makefile Mon Aug 09 18:29:50 2010 +0100
+++ b/tools/Makefile Thu Aug 12 17:35:05 2010 -0700
@@ -33,7 +33,7 @@
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
SUBDIRS-y += xenpmd
SUBDIRS-y += libxl
-SUBDIRS-y += remus
+#SUBDIRS-y += remus
SUBDIRS-$(CONFIG_X86) += xenpaging
SUBDIRS-$(CONFIG_X86) += debugger/gdbsx
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|