author | mickeyl <mickeyl> | 2003-08-10 15:36:18 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-10 15:36:18 (UTC) |
commit | a4df559d63c3442d2743302feb3577ce6a354728 (patch) (side-by-side diff) | |
tree | 98108f249e1c6b2213a8fd5a4ffffd43f6367152 /config.in | |
parent | 8fc23aabab70d85a1a082f1e52c7fdea7a932002 (diff) | |
download | opie-a4df559d63c3442d2743302feb3577ce6a354728.zip opie-a4df559d63c3442d2743302feb3577ce6a354728.tar.gz opie-a4df559d63c3442d2743302feb3577ce6a354728.tar.bz2 |
seperate tools from development
-rw-r--r-- | config.in | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,25 +4,25 @@ menu "Build Parameters" choice prompt "Target Machine" default TARGET_X86 help Please select the architecture of the machine you will be building the OpenZaurus buildroot for. config TARGET_X86 boolean "Intel X86" config TARGET_SHARP - boolean "Sharp Zaurus SL-5x00 - stock" + boolean "Sharp Zaurus" config TARGET_IPAQ boolean "iPAQ" config TARGET_RAMSES boolean "Ramses" config TARGET_SIMPAD boolean "SIMpad" endchoice @@ -130,21 +130,24 @@ endmenu menu "Settings" source core/settings/config.in source noncore/settings/config.in endmenu menu "Theming" source noncore/decorations/config.in source noncore/styles/config.in endmenu menu "Tools" source noncore/tools/config.in - source development/config.in +endmenu + +menu "Development" + source development/keyview/config.in endmenu comment "" depends on EXPERIMENTAL menu "Experimental" depends on EXPERIMENTAL source libopie2/config.in endmenu |