aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
diff options
context:
space:
mode:
authorAron Griffis <aron@hp.com>2007-02-13 12:30:23 -0500
committerAron Griffis <aron@hp.com>2007-02-13 12:30:23 -0500
commit9ddc70b58a7029aa795e89e92824f4cfe7ff97ed (patch)
treed7f3f1fd04b46c6880bf515b6d4e990c3d78e9a9 /tools/libfsimage/Makefile
parent78b20c695389df112985986f53738f80fdb813d3 (diff)
downloadxen-9ddc70b58a7029aa795e89e92824f4cfe7ff97ed.tar.gz
xen-9ddc70b58a7029aa795e89e92824f4cfe7ff97ed.tar.bz2
xen-9ddc70b58a7029aa795e89e92824f4cfe7ff97ed.zip
Port fsys_fat.c from grub legacy. This enables pygrub to load from EFI
FAT partitions on ia64. Signed-off-by: Aron Griffis <aron@hp.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 2631230cae..5dc1e65f99 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 iso9660
+SUBDIRS-y = common ufs reiserfs iso9660 fat
SUBDIRS-y += $(shell ./check-libext2fs)
.PHONY: all