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/Config.in Normal file
View File

@@ -0,0 +1,12 @@
menu "Bootloaders"
source "boot/grub/Config.in"
source "boot/grub2/Config.in"
source "boot/syslinux/Config.in"
source "boot/yaboot/Config.in"
source "boot/u-boot/Config.in"
source "boot/at91bootstrap/Config.in"
source "boot/at91dataflashboot/Config.in"
endmenu