projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb41ca
)
tools: only compile libfsimage/xfs on X86
author
Ian Campbell
<ian.campbell@citrix.com>
Mon, 13 Feb 2012 17:32:21 +0000
(17:32 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/tools/libfsimage/Makefile
b/tools/libfsimage/Makefile
index 2deb830f5fa71be20d6fd066d1f345806588e9a0..bcb8b40fa5edf4e251dddfc8f47606917c989d90 100644
(file)
--- 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