|
|
@ -172,6 +172,7 @@ sub target_config_features(@) { |
|
|
|
/targz/ and $ret .= "\tselect USES_TARGZ\n"; |
|
|
|
/targz/ and $ret .= "\tselect USES_TARGZ\n"; |
|
|
|
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; |
|
|
|
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; |
|
|
|
/ubifs/ and $ret .= "\tselect USES_UBIFS\n"; |
|
|
|
/ubifs/ and $ret .= "\tselect USES_UBIFS\n"; |
|
|
|
|
|
|
|
/fit/ and $ret .= "\tselect USES_FIT\n"; |
|
|
|
/fpu/ and $ret .= "\tselect HAS_FPU\n"; |
|
|
|
/fpu/ and $ret .= "\tselect HAS_FPU\n"; |
|
|
|
/spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n"; |
|
|
|
/spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n"; |
|
|
|
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n"; |
|
|
|
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n"; |
|
|
|