From: Keir Fraser Date: Wed, 9 Jun 2010 05:59:52 +0000 (+0100) Subject: blktap2: Fix toolstack build on NetBSD X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11980 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1251521ce98151a965f8721b6a695906ff0ad6f0;p=xen.git blktap2: Fix toolstack build on NetBSD Signed-off-by: Daniel Stodden --- diff --git a/tools/blktap2/Makefile b/tools/blktap2/Makefile index 93a51c3e2a..7fc557e171 100644 --- a/tools/blktap2/Makefile +++ b/tools/blktap2/Makefile @@ -8,8 +8,8 @@ SUBDIRS-y := 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