]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
tools: only compile libfsimage/xfs on X86
authorIan Campbell <ian.campbell@citrix.com>
Mon, 13 Feb 2012 17:32:21 +0000 (17:32 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 13 Feb 2012 17:32:21 +0000 (17:32 +0000)
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>
tools/libfsimage/Makefile

index 2deb830f5fa71be20d6fd066d1f345806588e9a0..bcb8b40fa5edf4e251dddfc8f47606917c989d90 100644 (file)
@@ -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