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)
commit8a7546a04ecb7c9388a3e935c6cfcc7c2c4c6b67
treef31e20684ef6b584e9416528479cfc8f184cf319
parent4366d57af19e89d23ef9154414b2539f1c3d18fa
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