aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
diff options
context:
space:
mode:
authorjohn.levon@sun.com <john.levon@sun.com>2007-02-20 14:54:04 -0800
committerjohn.levon@sun.com <john.levon@sun.com>2007-02-20 14:54:04 -0800
commit78b20c695389df112985986f53738f80fdb813d3 (patch)
treee2883eb9672c48f144ef5e70a19aebacc1e74298 /tools/libfsimage/Makefile
parent180211a7532d1a7b2f71dc8a6267bedcef86a3c8 (diff)
downloadxen-78b20c695389df112985986f53738f80fdb813d3.tar.gz
xen-78b20c695389df112985986f53738f80fdb813d3.tar.bz2
xen-78b20c695389df112985986f53738f80fdb813d3.zip
Add iso9660 support to libfsimage.
Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/libfsimage/Makefile')
-rw-r--r--tools/libfsimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
index 394c7f4dfa..2631230cae 100644
--- a/tools/libfsimage/Makefile
+++ b/tools/libfsimage/Makefile
@@ -1,7 +1,7 @@
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
-SUBDIRS-y = common ufs reiserfs
+SUBDIRS-y = common ufs reiserfs iso9660
SUBDIRS-y += $(shell ./check-libext2fs)
.PHONY: all