From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stodden Subject: [PATCH] blktap2: Fix toolstack build on NetBSD Date: Tue, 08 Jun 2010 20:22:22 -0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2837185094633927966==" 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 List-Id: xen-devel@lists.xenproject.org --===============2837185094633927966== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Signed-off-by: Daniel Stodden --===============2837185094633927966== Content-Type: text/x-patch; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=fix-netbsd-build.diff # HG changeset patch # User Daniel Stodden # Date 1276028533 25200 # Node ID fa4e3e7a897c3596e9abbdd16916c63a8813a56d # Parent 485a1f3448261325569e67ef46a6ad51df62c7cb blktap2: Fix toolstack build on NetBSD. Signed-off-by: Daniel Stodden diff -r 485a1f344826 -r fa4e3e7a897c tools/blktap2/Makefile --- a/tools/blktap2/Makefile Tue Jun 08 13:20:00 2010 -0700 +++ b/tools/blktap2/Makefile Tue Jun 08 13:22:13 2010 -0700 @@ -8,8 +8,8 @@ SUBDIRS-y += include SUBDIRS-y += lvm SUBDIRS-y += vhd -SUBDIRS-y += drivers -SUBDIRS-y += control +SUBDIRS-$(CONFIG_Linux) += drivers +SUBDIRS-$(CONFIG_Linux) += control clean: rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) TAGS --===============2837185094633927966== 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 --===============2837185094633927966==--