[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] blktap2: Fix toolstack build on NetBSD
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1276063192 -3600 # Node ID f52479f044c0d466bca3480754761982816c575b # Parent bd29e8b07d514f9dcc997be56740e7b2d3c4c92a blktap2: Fix toolstack build on NetBSD Signed-off-by: Daniel Stodden <daniel.stodden@xxxxxxxxxx> --- tools/blktap2/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r bd29e8b07d51 -r f52479f044c0 tools/blktap2/Makefile --- a/tools/blktap2/Makefile Wed Jun 09 06:58:55 2010 +0100 +++ b/tools/blktap2/Makefile Wed Jun 09 06:59:52 2010 +0100 @@ -8,8 +8,8 @@ SUBDIRS-y += include 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |