summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-22 10:31:55 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-11-22 10:31:55 +0100
commit085f8c01822118715a97f66e4624381cefdff6f7 (patch)
treeb2ca6ea223a1d24a48d2ec8ad7e056944d547e31
parent7b1a176589557ebb46575f00e38cc81cfba2c76b (diff)
downloadembtoolkit-085f8c01822118715a97f66e4624381cefdff6f7.tar.gz
embtoolkit-085f8c01822118715a97f66e4624381cefdff6f7.tar.bz2
embtoolkit-085f8c01822118715a97f66e4624381cefdff6f7.tar.xz
Linux modules build fix (continued)
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 8ce0bd6..4d8d863 100644
--- a/core/toolchain/linux/linux.mk
+++ b/core/toolchain/linux/linux.mk
@@ -36,7 +36,7 @@ pembtk_linux_extsrc-y := $(CONFIG_EMBTK_LINUX_BUILD_USE_EXTSRC)
pembtk_linux_srcdir := $(call embtk_uquote,$(or $(CONFIG_EMBTK_LINUX_BUILD_EXTSRC),$(LINUX_SRC_DIR)))
pembtk_linux_modules-y := $(shell grep MODULES=y "$(pembtk_linux_dotconfig_f)" 2>/dev/null)
pembtk_linux_extracmd := $(call embtk_uquote,$(CONFIG_EMBTK_LINUX_BUILD_EXTRACMD))
-pembtk_linux_extracmd := $(filer-out modules_install,$(pembtk_linux_extracmd)
+pembtk_linux_extracmd := $(filer-out modules_install,$(pembtk_linux_extracmd))
define pembtk_linux_check_dotconfig
if [ "x" = "x$(pembtk_linux_dotconfig_f)" ]; then \