config/kernel/uclinux.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 13 21:00:50 2009 +0000 (2009-05-13)
changeset 1338 a3f2c235962c
permissions -rw-r--r--
elf2flt:
- fix white-space damage

-------- diffstat follows --------
/trunk/scripts/build/elf2flt.sh | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
     1 # uClinux kernel options
     2 # depends on EXPERIMENTAL
     3 
     4 config KERNEL_uclinux
     5     help
     6       Build a toolchain targeting systems running uClinux as a kernel.
     7 
     8 choice
     9     bool
    10     depends on KERNEL_uclinux
    11     prompt "noMMU binary format"
    12 
    13 config KERNEL_UCLINUX_BINFMT_FLAT
    14     bool
    15     prompt "binfmt_flat"
    16     help
    17       This will build the elf2flt and flthdr utilities for your architecture
    18       into the toolchain
    19 
    20 endchoice
    21