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 /extlinux | |
| parent | ad0d53c9ed34da93d7b9ce96ffaf5570c7c2a95b (diff) | |
| download | syslinux-a73b14259504d25e782df6cef4331fbd8710f575.tar.gz | |
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 'extlinux')
| -rw-r--r-- | extlinux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extlinux/Makefile b/extlinux/Makefile index 2501a454..83cf1a54 100644 --- a/extlinux/Makefile +++ b/extlinux/Makefile @@ -28,6 +28,7 @@ SRCS = main.c \ ../libinstaller/syslxopt.c \ ../libinstaller/syslxcom.c \ ../libinstaller/setadv.c \ + ../libinstaller/advio.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/ldlinux_bin.c OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) |
