diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 05:09:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 05:09:05 +0000 |
commit | d7d57699ef83cce36d87bef73c9e1fbdc765a64c (patch) | |
tree | e43edbfd5eaaadf7acd1237081dce715d1ea0a57 /target/Config.in | |
parent | f5723cdb9b3d899278a56368c9bec89a2e51d800 (diff) |
Add support for building a few commonly used bootloaders
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 88b4b0e36..010f76b39 100644 --- a/target/Config.in +++ b/target/Config.in @@ -6,6 +6,11 @@ source "target/jffs2/Config.in" source "target/squashfs/Config.in" source "target/tar/Config.in" +source "target/x86/grub/Config.in" +source "target/x86/syslinux/Config.in" +source "target/powerpc/yaboot/Config.in" + endmenu source "target/device/Config.in" + |