summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2012-09-13 00:26:51 +0300
committerRoman Yeryomin <roman@advem.lv>2012-09-13 00:26:51 +0300
commit4985302f52deaeac1a718f81c3aa1418cf74b14c (patch)
tree3fe1f0ae5e209b1d6a9d35a4ba4e1f84ba8c7c2e /Config.in
parent7d57bd2be1ab2bd45c216d019e1fe31be6cd6663 (diff)
lexra platform support for build system
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 403597804..f99650ea0 100644
--- a/Config.in
+++ b/Config.in
@@ -445,6 +445,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
@@ -508,7 +509,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) && !HAS_FPU
+ depends on (arm || armeb || powerpc || mipsel || mips || 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