diff options
| author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-12-18 23:47:32 +0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-19 09:29:17 +0000 |
| commit | ba8f367610444c929de1bcb7108eaa5f6c13625f (patch) | |
| tree | f400c933e90dcf57e778595f5a2784226c844d1a | |
| parent | 7c86057fa4eb478ea9c3dbf3c3bb84e41050fb6e (diff) | |
| download | poky-ba8f367610444c929de1bcb7108eaa5f6c13625f.tar.gz | |
icecc.bbclass: also use icecc for kernel modules compilation
(From OE-Core rev: 7da58c6fdaa8feef5ee5637dfb74912e7e4f5394)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/icecc.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 7e3676af35..a14e02db0e 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
| @@ -211,6 +211,10 @@ do_compile_prepend() { | |||
| 211 | set_icecc_env | 211 | set_icecc_env |
| 212 | } | 212 | } |
| 213 | 213 | ||
| 214 | do_compile_kernelmodules_prepend() { | ||
| 215 | set_icecc_env | ||
| 216 | } | ||
| 217 | |||
| 214 | #do_install_prepend() { | 218 | #do_install_prepend() { |
| 215 | # set_icecc_env | 219 | # set_icecc_env |
| 216 | #} | 220 | #} |
