diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-11-05 13:13:25 +0000 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-11-05 13:21:04 +0000 |
commit | 0b26e59c8f5dc7a8a124a033a78e08c7a2028bcd (patch) | |
tree | 9a892c852fabd0a75d10c856105b4488cc87f66c /mtools/Makefile | |
parent | cdeba8ac82f529a3a4a544c4e8346887ef81cb74 (diff) | |
parent | b210bd5bfd0d7182b0a65f507c7557eeb90d5b16 (diff) | |
download | syslinux-0b26e59c8f5dc7a8a124a033a78e08c7a2028bcd.tar.gz syslinux-0b26e59c8f5dc7a8a124a033a78e08c7a2028bcd.tar.xz syslinux-0b26e59c8f5dc7a8a124a033a78e08c7a2028bcd.zip |
Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmware
This merge also includes the Syslinux-4.06 release.
Conflicts:
Makefile
com32/hdt/Makefile
com32/modules/Makefile
com32/samples/hello.c
mtools/Makefile
Diffstat (limited to 'mtools/Makefile')
-rwxr-xr-x | mtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 3544388e..3f9c42b3 100755 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -12,6 +12,7 @@ SRCS = syslinux.c \ ../libinstaller/setadv.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/ldlinux_bin.c \ + ../libinstaller/ldlinuxc32_bin.c \ $(wildcard $(SRC)/../libfat/*.c) OBJS = $(patsubst %.c,%.o,$(notdir $(SRCS))) |