]> git.baikalelectronics.ru Git - kernel.git/commit
x86/build: Add new paths for isolinux.bin and ldlinux.c32
authorChangbin Du <changbin.du@intel.com>
Mon, 6 Nov 2017 03:32:57 +0000 (11:32 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Nov 2017 10:22:20 +0000 (11:22 +0100)
commitc1aa38584880cc1445252e41c64a55a2fc83acd8
treef31e20684ef6b584e9416528479cfc8f184cf319
parentdbab20ba76cfe9682177ae3e296692598549990d
x86/build: Add new paths for isolinux.bin and ldlinux.c32

Recently I failed to build isoimage target, because the path of isolinux.bin
changed to /usr/xxx/ISOLINUX/isolinux.bin, as well as ldlinux.c32 which
changed to /usr/xxx/syslinux/modules/bios/ldlinux.c32.

This patch improves the file search logic:
  - Show a error message instead of silent fail.
  - Add above new paths.

Signed-off-by: Changbin Du <changbin.du@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: yamada.masahiro@socionext.com
Link: http://lkml.kernel.org/r/1509939179-7556-3-git-send-email-changbin.du@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/boot/genimage.sh