mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[build] Look for isolinux.bin in more places
Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
f7c5918b17
commit
9feb7b38a5
@@ -69,7 +69,11 @@ CFLAGS += -Ui386
|
|||||||
|
|
||||||
# Locations of utilities
|
# Locations of utilities
|
||||||
#
|
#
|
||||||
ISOLINUX_BIN = /usr/lib/syslinux/isolinux.bin
|
ISOLINUX_BIN_LIST := \
|
||||||
|
$(ISOLINUX_BIN) \
|
||||||
|
/usr/lib/syslinux/isolinux.bin \
|
||||||
|
/usr/share/syslinux/isolinux.bin
|
||||||
|
ISOLINUX_BIN = $(firstword $(wildcard $(ISOLINUX_BIN_LIST)))
|
||||||
|
|
||||||
# i386-specific directories containing source files
|
# i386-specific directories containing source files
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user