xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] blktap2: Fix toolstack build on NetBSD
@ 2010-06-08 20:22 Daniel Stodden
  0 siblings, 0 replies; only message in thread
From: Daniel Stodden @ 2010-06-08 20:22 UTC (permalink / raw)
  To: Xen

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

Signed-off-by: Daniel Stodden <daniel.stodden@citrix.com>



[-- Attachment #2: fix-netbsd-build.diff --]
[-- Type: text/x-patch, Size: 728 bytes --]

# HG changeset patch
# User Daniel Stodden <daniel.stodden@citrix.com>
# Date 1276028533 25200
# Node ID fa4e3e7a897c3596e9abbdd16916c63a8813a56d
# Parent  485a1f3448261325569e67ef46a6ad51df62c7cb
blktap2: Fix toolstack build on NetBSD.

Signed-off-by: Daniel Stodden <daniel.stodden@citrix.com>

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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-08 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 20:22 [PATCH] blktap2: Fix toolstack build on NetBSD Daniel Stodden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).