bootloaders: move bootloader build code to boot/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni
2010-03-14 18:20:45 +01:00
parent 7c709f4aff
commit 649b5b9250
33 changed files with 27 additions and 49 deletions

12
boot/syslinux/Config.in Normal file
View File

@@ -0,0 +1,12 @@
config BR2_TARGET_SYSLINUX
bool "syslinux"
depends on BR2_i386
help
The syslinux bootloader for x86 systems.
This includes: syslinux, pxelinux, extlinux.
config BR2_TARGET_PXELINUX
bool "pxelinux"
depends on BR2_i386 || BR2_x86_64
help
The pxelinux loader for x86 systems.