From 0038bc5dbc84870c1318961158d35a6a231b63f3 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:26:51 +0300 Subject: lexra platform support for build system Signed-off-by: Roman Yeryomin --- Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index b79a26e87..89791cd4d 100644 --- a/Config.in +++ b/Config.in @@ -770,6 +770,7 @@ menuconfig DEVEL config BUILD_SUFFIX string "Build suffix to append to the BUILD_DIR variable" if DEVEL + default "lexra" if lexra default "" help Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix @@ -833,7 +834,7 @@ menuconfig TARGET_OPTIONS config SOFT_FLOAT bool "Use software floating point by default" if TARGET_OPTIONS default y - depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64) && !HAS_FPU + depends on (arm || armeb || powerpc || mipsel || mips || mips64el || mips64 || lexra) && !HAS_FPU help If your target CPU does not have a Floating Point Unit (FPU) or a kernel FPU emulator, but you still wish to support floating point -- cgit v1.2.3