diff options
Diffstat (limited to 'meta-oe/classes/kernel.bbclass')
| -rw-r--r-- | meta-oe/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index 578a02f1c8..1ef8e2a501 100644 --- a/meta-oe/classes/kernel.bbclass +++ b/meta-oe/classes/kernel.bbclass | |||
| @@ -96,7 +96,7 @@ kernel_do_compile() { | |||
| 96 | do_compile_kernelmodules() { | 96 | do_compile_kernelmodules() { |
| 97 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE | 97 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE |
| 98 | if (grep -q -i -e '^CONFIG_MODULES=y$' .config); then | 98 | if (grep -q -i -e '^CONFIG_MODULES=y$' .config); then |
| 99 | oe_runmake modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" | 99 | oe_runmake ${PARALLEL_MAKE} modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" |
| 100 | else | 100 | else |
| 101 | bbnote "no modules to compile" | 101 | bbnote "no modules to compile" |
| 102 | fi | 102 | fi |
