Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 26 Jan 2009 20:17:06 +0000 (20:17 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 26 Jan 2009 20:17:06 +0000 (20:17 -0000)
target/linux/Makefile.in.advanced

index 8042f994b1bdf5dbc4229b6e3e029af4faa7f3e6..93cd0c8afb3556a00067f92fe6bdbd8078e16e89 100644 (file)
@@ -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)))