summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 20:17:06 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-26 20:17:06 +0000
commit8586be28d4e84a49dc3f8c2ed30070b630270ad1 (patch)
tree35375e66795d8cf73ed5a961fbb457bb511786c4 /target
parentb30d673c06e0a2a76f872326e8e5886c417d5931 (diff)
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
Diffstat (limited to 'target')
-rw-r--r--target/linux/Makefile.in.advanced4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced
index 8042f994b..93cd0c8af 100644
--- a/target/linux/Makefile.in.advanced
+++ b/target/linux/Makefile.in.advanced
@@ -110,8 +110,8 @@ endif
endif
# Override config method with shell variable
-ifneq ($(BUILDROOT_KERNEL_CONFIG_METHOD),)
-KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BUILDROOT_KERNEL_CONFIG_METHOD)))
+ifneq ($(BUILDROOT_USE_XWINDOWS),)
+KERNEL_CONFIG_METHOD:=xconfig
#"))
else
KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))