mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[build] Update build system for Syslinux 6.x
Syslinux 6.x places its files into a bios subdirectory, and requires that a ldlinux.c32 module be included within the ISO image. Add the relevant search paths for isolinux.bin, and include the file ldlinux.c32 within the ISO image if it exists. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
2fa34085e2
commit
3f9a482b88
@@ -74,8 +74,11 @@ CFLAGS += -Ui386
|
||||
ISOLINUX_BIN_LIST := \
|
||||
$(ISOLINUX_BIN) \
|
||||
/usr/lib/syslinux/isolinux.bin \
|
||||
/usr/lib/syslinux/bios/isolinux.bin \
|
||||
/usr/share/syslinux/isolinux.bin \
|
||||
/usr/local/share/syslinux/isolinux.bin
|
||||
/usr/share/syslinux/bios/isolinux.bin \
|
||||
/usr/local/share/syslinux/isolinux.bin \
|
||||
/usr/local/share/syslinux/bios/isolinux.bin
|
||||
ISOLINUX_BIN = $(firstword $(wildcard $(ISOLINUX_BIN_LIST)))
|
||||
|
||||
# i386-specific directories containing source files
|
||||
|
||||
Reference in New Issue
Block a user