Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target

SVN-Revision: 14939
This commit is contained in:
Hamish Guthrie
2009-03-18 15:57:18 +00:00
parent 20b5626363
commit 1b216aa20a
4 changed files with 7 additions and 3 deletions

View File

@@ -163,6 +163,7 @@ sub target_config_features(@) {
/tgz/ and $ret .= "\tselect USES_TGZ\n";
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
/fpu/ and $ret .= "\tselect HAS_FPU\n";
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
}
return $ret;
}