mpc85xx: add a new 'spe_fpu' feature flag for the FPU used on freescale powerpc cpus...
[openwrt/staging/hauke.git] / scripts / metadata.pl
index 37c0a51ee796ee8989749442e6e4870f3f48e14f..9f06299aadac13a6ef8a2998e29dac1480d68148 100755 (executable)
@@ -168,6 +168,7 @@ sub target_config_features(@) {
                /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
                /ubifs/ and $ret .= "\tselect USES_UBIFS\n";
                /fpu/ and $ret .= "\tselect HAS_FPU\n";
+               /spe_fpu/ and $ret .= "\tselect HAS_SPE_FPU\n";
                /ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
                /powerpc64/ and $ret .= "\tselect powerpc64\n";
                /nommu/ and $ret .= "\tselect NOMMU\n";