diff options
author | Paulo Alcantara <pcacjr@gmail.com> | 2011-07-05 21:32:51 +0000 |
---|---|---|
committer | Paulo Alcantara <pcacjr@gmail.com> | 2011-09-07 07:19:05 +0000 |
commit | b0ac906b283b428ba1c7f35fe1e71a84b3d3d9c6 (patch) | |
tree | fe5f5498e0dfdf8a0136cd00f0fd79683d691dbd /mtools/Makefile | |
parent | 67954e370003d9bbfd8b58042669f2e9d532636f (diff) | |
download | syslinux-b0ac906b283b428ba1c7f35fe1e71a84b3d3d9c6.tar.gz syslinux-b0ac906b283b428ba1c7f35fe1e71a84b3d3d9c6.tar.xz syslinux-b0ac906b283b428ba1c7f35fe1e71a84b3d3d9c6.zip |
Add NTFS filesystem support to Linux and Windows installers
Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
Diffstat (limited to 'mtools/Makefile')
-rwxr-xr-x | mtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 3e172fd6..78cea1e2 100755 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -8,7 +8,7 @@ CFLAGS = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) LDFLAGS = SRCS = syslinux.c \ - ../libinstaller/fat.c \ + ../libinstaller/fs.c \ ../libinstaller/syslxmod.c \ ../libinstaller/syslxopt.c \ ../libinstaller/setadv.c \ |