From 1251521ce98151a965f8721b6a695906ff0ad6f0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 9 Jun 2010 06:59:52 +0100 Subject: [PATCH] blktap2: Fix toolstack build on NetBSD Signed-off-by: Daniel Stodden --- tools/blktap2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5