[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: Make some code compile only on Linux
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1236855439 0 # Node ID fc24bd05571e64edd0202c2734e3c74b879a4ab2 # Parent efc8546263543ed421ca683ebbd34f8b2f3e371d tools: Make some code compile only on Linux Signed-off-by: John Levon <john.levon@xxxxxxx> --- tools/Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -r efc854626354 -r fc24bd05571e tools/Makefile --- a/tools/Makefile Thu Mar 12 10:56:55 2009 +0000 +++ b/tools/Makefile Thu Mar 12 10:57:19 2009 +0000 @@ -19,11 +19,11 @@ SUBDIRS-$(VTPM_TOOLS) += vtpm_manager 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |