diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-06-22 17:09:52 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-06-22 17:09:52 -0700 |
commit | 134e5f60f81f3372407a771898c381afe394abbf (patch) | |
tree | 1a2252dcc954529bdc16556092d9319a0d537c2d /mtools/Makefile | |
parent | 0b014e446285b7aad1e19163a15b9cc8936047d3 (diff) | |
download | syslinux-134e5f60f81f3372407a771898c381afe394abbf.tar.gz syslinux-134e5f60f81f3372407a771898c381afe394abbf.tar.xz syslinux-134e5f60f81f3372407a771898c381afe394abbf.zip |
mtools: create an empty ADVsyslinux-4.00-pre58
Create an install an empty ADV.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'mtools/Makefile')
-rw-r--r-- | mtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 5f08b2d3..70bed14c 100644 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -9,6 +9,7 @@ LDFLAGS = -s SRCS = syslinux.c \ ../libinstaller/fat.c \ ../libinstaller/syslxmod.c \ + ../libinstaller/setadv.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/ldlinux_bin.c \ $(wildcard ../libfat/*.c) |