summaryrefslogtreecommitdiff
path: root/config/backend.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-01 17:45:28 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-01 17:45:28 (GMT)
commit5a6f29c1d12064eba221809c13175ebf3d327321 (patch)
tree67de8fc0d2b2cacfa8799a94d83b0725ef314d35 /config/backend.in
parente5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74 (diff)
config: do not force setting kernel and arch
In backend mode, only enforce the arch and/or kernel selection if the upper-layer build system effectively forces the selection.
Diffstat (limited to 'config/backend.in')
-rw-r--r--config/backend.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/backend.in b/config/backend.in
index 9151858..7dcf4e3 100644
--- a/config/backend.in
+++ b/config/backend.in
@@ -9,25 +9,10 @@ config BACKEND
default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"
default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
-config BACKEND_ERROR
- bool
-
config BACKEND_ARCH
string
option env="CT_BACKEND_ARCH"
-if BACKEND && BACKEND_ARCH = ""
-comment "ERROR !!! Backend architecture is NOT set !"
-config BACKEND_ERROR
- default y
-endif
-
config BACKEND_KERNEL
string
option env="CT_BACKEND_KERNEL"
-
-if BACKEND && BACKEND_KERNEL = ""
-comment "ERROR !!! Backend kernel is NOT set !"
-config BACKEND_ERROR
- default y
-endif