summaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index 51dcc425b..09947d808 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -161,6 +161,7 @@ sub target_config_features(@) {
/ext2/ and $ret .= "\tselect USES_EXT2\n";
/tgz/ and $ret .= "\tselect USES_TGZ\n";
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
+ /fpu/ and $ret .= "\tselect HAS_FPU\n";
}
return $ret;
}