reorder sdk menuconfig entry, so that it does not force the toolchain selection into the main menu
SVN-Revision: 4039
This commit is contained in:
parent
e248cf0f00
commit
98cca36b43
|
@ -40,8 +40,8 @@ config JLEVEL
|
||||||
help
|
help
|
||||||
Number of jobs to run simultanesouly
|
Number of jobs to run simultanesouly
|
||||||
|
|
||||||
source "target/sdk/Config.in"
|
|
||||||
source "toolchain/Config.in"
|
source "toolchain/Config.in"
|
||||||
|
source "target/sdk/Config.in"
|
||||||
|
|
||||||
menu "Target Images"
|
menu "Target Images"
|
||||||
config TARGET_ROOTFS_INITRAMFS
|
config TARGET_ROOTFS_INITRAMFS
|
||||||
|
|
Loading…
Reference in New Issue