summaryrefslogtreecommitdiff
path: root/mtools/Makefile
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@zytor.com>2015-11-10 22:14:30 -0200
committerPaulo Alcantara <pcacjr@zytor.com>2015-11-10 22:14:30 -0200
commit82aac76005b7b19f48b42cbcb192dab6d17b6b05 (patch)
treef2eaedc76b8587d30889b03b0f3a5d4d913b67e0 /mtools/Makefile
parentb8251024ac0635ec025886f71f3e065886c9cef4 (diff)
downloadsyslinux-82aac76005b7b19f48b42cbcb192dab6d17b6b05.tar.gz
libinstaller: introduce syslxrw library
Due to size constraints on DOS systems, do not include whole syslxcom into DOS-based installer for using xpread() and xpwrite() functions, instead make them part of another separate library and include it only. Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
Diffstat (limited to 'mtools/Makefile')
-rwxr-xr-xmtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtools/Makefile b/mtools/Makefile
index c9804209..632b185b 100755
--- a/mtools/Makefile
+++ b/mtools/Makefile
@@ -9,7 +9,7 @@ SRCS = syslinux.c \
../libinstaller/fs.c \
../libinstaller/syslxmod.c \
../libinstaller/syslxopt.c \
- ../libinstaller/syslxcom.c \
+ ../libinstaller/syslxrw.c \
../libinstaller/setadv.c \
../libinstaller/bootsect_bin.c \
../libinstaller/ldlinux_bin.c \