diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-06-22 16:52:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-06-22 16:52:32 -0700 |
commit | a73b14259504d25e782df6cef4331fbd8710f575 (patch) | |
tree | 8bb189a08cf9b705af566d0f1f7e9f21fbba0ece /linux/Makefile | |
parent | ad0d53c9ed34da93d7b9ce96ffaf5570c7c2a95b (diff) | |
download | syslinux-a73b14259504d25e782df6cef4331fbd8710f575.tar.gz syslinux-a73b14259504d25e782df6cef4331fbd8710f575.tar.xz syslinux-a73b14259504d25e782df6cef4331fbd8710f575.zip |
win32: vacuous ADV support
Install an empty ADV in the Windows installer to keep it from being
broken. In order to do that, separate the Unix-specific ADV I/O
functions from the generic data structure manipulation.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile index c3877f23..ffe22728 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -26,6 +26,7 @@ SRCS = syslinux.c \ ../libinstaller/syslxopt.c \ ../libinstaller/syslxcom.c \ ../libinstaller/setadv.c \ + ../libinstaller/advio.c \ ../libinstaller/fat.c \ ../libinstaller/syslxmod.c \ ../libinstaller/bootsect_bin.c \ |