From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Byrne Subject: [PATCH] Allow blktap to build as a module Date: Tue, 02 Jan 2007 16:58:31 -0800 Message-ID: <459AFFB7.3060209@hp.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030705090006090006010302" 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: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------030705090006090006010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The patch is against xen-unstable 13205:886f7312257e, but should also apply to 3.0.4. Signed-off-by: John Byrne --------------030705090006090006010302 Content-Type: text/x-patch; name="tapmod.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tapmod.patch" diff -r f80f1cc7f85e linux-2.6-xen-sparse/drivers/xen/blktap/Makefile --- a/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile Wed Dec 20 09:48:21 2006 +0000 +++ b/linux-2.6-xen-sparse/drivers/xen/blktap/Makefile Thu Dec 28 20:37:08 2006 -0600 @@ -1,3 +1,6 @@ LINUXINCLUDE += -I../xen/include/public/ LINUXINCLUDE += -I../xen/include/public/io -obj-y := xenbus.o interface.o blktap.o +obj-$(CONFIG_XEN_BLKDEV_TAP) := blktp.o + +blktp-y := xenbus.o interface.o blktap.o + --------------030705090006090006010302 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------030705090006090006010302--