diff options
Diffstat (limited to 'meta/classes/kernel.bbclass')
| -rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index d0cc279a66..120a524bc3 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
| @@ -89,7 +89,7 @@ kernel_do_compile() { | |||
| 89 | do_compile_kernelmodules() { | 89 | do_compile_kernelmodules() { |
| 90 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE | 90 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE |
| 91 | if (grep -q -i -e '^CONFIG_MODULES=y$' .config); then | 91 | if (grep -q -i -e '^CONFIG_MODULES=y$' .config); then |
| 92 | oe_runmake modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" | 92 | oe_runmake ${PARALLEL_MAKE} modules CC="${KERNEL_CC}" LD="${KERNEL_LD}" |
| 93 | else | 93 | else |
| 94 | bbnote "no modules to compile" | 94 | bbnote "no modules to compile" |
| 95 | fi | 95 | fi |
