summaryrefslogtreecommitdiff
path: root/config/backend.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/backend.in')
-rw-r--r--config/backend.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/backend.in b/config/backend.in
index 3a3e1d6..acf2580 100644
--- a/config/backend.in
+++ b/config/backend.in
@@ -8,6 +8,8 @@ config BACKEND
bool
default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"
+if BACKEND
+
config BACKEND_ARCH
string
option env="CT_BACKEND_ARCH"
@@ -19,3 +21,5 @@ config BACKEND_KERNEL
config BACKEND_LIBC
string
option env="CT_BACKEND_LIBC"
+
+endif #if BACKEND