From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: [PATCH] Remus breaks the build Date: Thu, 12 Aug 2010 17:38:05 -0700 Message-ID: <4C6493ED.3040605@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson , Stefano Stabellini Cc: "Xen-devel@lists.xensource.com" , Ian Campbell , Brendan Cully List-Id: xen-devel@lists.xenproject.org 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 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