add nommu target feature flag

SVN-Revision: 17347
This commit is contained in:
Felix Fietkau 2009-08-21 22:32:03 +00:00
parent aee9d6c31c
commit ec7621ebf9
2 changed files with 4 additions and 0 deletions

View File

@ -166,6 +166,7 @@ sub target_config_features(@) {
/fpu/ and $ret .= "\tselect HAS_FPU\n";
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
/powerpc64/ and $ret .= "\tselect powerpc64\n";
/nommu/ and $ret .= "\tselect NOMMU\n";
}
return $ret;
}

View File

@ -53,6 +53,9 @@ config USES_CPIOGZ
config PROFILE_KCONFIG
bool
config NOMMU
bool
# Architecture selection
config i386