projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30d673
)
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Mon, 26 Jan 2009 20:17:06 +0000
(20:17 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Mon, 26 Jan 2009 20:17:06 +0000
(20:17 -0000)
target/linux/Makefile.in.advanced
patch
|
blob
|
history
diff --git
a/target/linux/Makefile.in.advanced
b/target/linux/Makefile.in.advanced
index 8042f994b1bdf5dbc4229b6e3e029af4faa7f3e6..93cd0c8afb3556a00067f92fe6bdbd8078e16e89 100644
(file)
--- 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)))