summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-21 20:31:26 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-21 20:31:26 +0100
commitb191ba86455cd256af6843c9a6c85c834ea8b471 (patch)
tree60c80c889d263e1d04d6e8c33850bd03379a3f1e
parent63ffc46a963e2d6ae2b031daac54870eba97c1c3 (diff)
downloadembtoolkit-b191ba86455cd256af6843c9a6c85c834ea8b471.tar.gz
embtoolkit-b191ba86455cd256af6843c9a6c85c834ea8b471.tar.bz2
embtoolkit-b191ba86455cd256af6843c9a6c85c834ea8b471.tar.xz
Revert "Linux Kernel image build: use olddefconfig to set new symbols to their default values"
This reverts commit d72dce921a844b6e294aa86f5f6b8651e0110b10. olddefconfig is not supported by all kernel versions in use in EmbToolkit Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/linux/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/toolchain/linux/linux.mk b/core/toolchain/linux/linux.mk
index 49d8750..b66998a 100644
--- a/core/toolchain/linux/linux.mk
+++ b/core/toolchain/linux/linux.mk
@@ -77,7 +77,7 @@ define embtk_install_linux
$(pembtk_linux_check_dotconfig)
$(if $(pembtk_linux_extsrc-y),$(pembtk_linux_check_extsrc))
cp $(CONFIG_EMBTK_LINUX_DOTCONFIG) $(pembtk_linux_srcdir)/.config
- $(MAKE) -C $(pembtk_linux_srcdir) $(LINUX_MAKE_OPTS) olddefconfig
+ $(MAKE) -C $(pembtk_linux_srcdir) $(LINUX_MAKE_OPTS) silentoldconfig
$(MAKE) -C $(pembtk_linux_srcdir) $(LINUX_MAKE_OPTS) $(J)
[ -e $(pembtk_linux_generated/boot) ] || \
install -d $(pembtk_linux_generated/boot)