aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-12 10:57:19 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-12 10:57:19 +0000
commit1f7a5752030b07e7b407b6e8f48c4e509d717325 (patch)
tree4c70ffc688d9ba8c47c048fd85da3791ceb6b66e /tools/Makefile
parent275c6ccdc971ac824e45029428b480fcc7a8829a (diff)
downloadxen-1f7a5752030b07e7b407b6e8f48c4e509d717325.tar.gz
xen-1f7a5752030b07e7b407b6e8f48c4e509d717325.tar.bz2
xen-1f7a5752030b07e7b407b6e8f48c4e509d717325.zip
tools: Make some code compile only on Linux
Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0d872b6fa4..00e398170f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,11 +19,11 @@ SUBDIRS-y += xenmon
SUBDIRS-$(VTPM_TOOLS) += vtpm_manager
SUBDIRS-$(VTPM_TOOLS) += vtpm
SUBDIRS-y += xenstat
-SUBDIRS-y += libaio
-SUBDIRS-y += blktap
+SUBDIRS-$(CONFIG_Linux) += libaio
+SUBDIRS-$(CONFIG_Linux) += blktap
SUBDIRS-y += libfsimage
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
-SUBDIRS-y += fs-back
+SUBDIRS-$(CONFIG_Linux) += fs-back
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
SUBDIRS-y += xenpmd