]> git.karo-electronics.de Git - karo-tx-redboot.git/blobdiff - packages/redboot/v2_0/cdl/wince.cdl
Starterkit 5 Release 1.5 Bugfix
[karo-tx-redboot.git] / packages / redboot / v2_0 / cdl / wince.cdl
index 139d6c3abd0716db2042c1cb33f5bd0b6e724b3e..424888123f1ce68b1a3474450cd8f58ce6337fe8 100644 (file)
@@ -41,14 +41,14 @@ cdl_package CYGPKG_REDBOOT_WINCE_SUPPORT {
        parent          CYGPKG_REDBOOT
        include_dir     ""
 
-        cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
-            display       "Include MS Windows CE support"
-            doc           ref/wince.html
-            default_value 1
-            description "This option enables MS Windows CE EShell support
-                         and Windows CE .BIN images support"
+       cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
+           display     "Include MS Windows CE support"
+           flavor      bool
+           doc         ref/wince.html
+           default_value 1
+           description "This option enables MS Windows CE EShell support
+                        and Windows CE .BIN images support"
 
-            compile -library=libextras.a wince.c
-        }
+           compile -library=libextras.a wince.c
+       }
 }
-