aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-02-13 17:32:21 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-02-13 17:32:21 +0000
commit321e74e4bc96b34c687b17d5dcb2734f2651eabb (patch)
tree0b5aca8c38805996f464ec44b5449085c31373cc /tools/libfsimage
parent2bb41caf16d1cf47fc37647be6aa5ac4f91a9600 (diff)
downloadxen-321e74e4bc96b34c687b17d5dcb2734f2651eabb.tar.gz
xen-321e74e4bc96b34c687b17d5dcb2734f2651eabb.tar.bz2
xen-321e74e4bc96b34c687b17d5dcb2734f2651eabb.zip
tools: only compile libfsimage/xfs on X86
xfs is not portable, only compile it on X86 Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libfsimage')
-rw-r--r--tools/libfsimage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
index 2deb830f5f..bcb8b40fa5 100644
--- a/tools/libfsimage/Makefile
+++ b/tools/libfsimage/Makefile
@@ -1,7 +1,8 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-SUBDIRS-y = common ufs reiserfs iso9660 fat zfs xfs
+SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
+SUBDIRS-$(CONFIG_X86) += xfs
SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
.PHONY: all clean install