diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-15 15:45:23 +0000 |
|---|---|---|
| committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-01-15 15:45:23 +0000 |
| commit | 96bfc4d951c2740e12630acbb52bb9d05acba695 (patch) | |
| tree | e19c5cc21ae39112aab91288eb88bcca705f5f21 /classes/module.bbclass | |
| parent | 32e27134d0319348e56faf2db082e40cc89d502c (diff) | |
| parent | 575d1e9c93159b1bc54fc4c7e82673048883fb85 (diff) | |
merge of '1f9075ae3f232cc2e5b6024d908c97361fa4cd82'
and '8996304d45d20965f75c306e6317a0238f26fbf7'
Diffstat (limited to 'classes/module.bbclass')
| -rw-r--r-- | classes/module.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/module.bbclass b/classes/module.bbclass index 7083076b5f..1d0f1dd4f8 100644 --- a/classes/module.bbclass +++ b/classes/module.bbclass @@ -9,7 +9,8 @@ module_do_compile() { KERNEL_SRC=${STAGING_KERNEL_DIR} \ KERNEL_VERSION=${KERNEL_VERSION} \ CC="${KERNEL_CC}" LD="${KERNEL_LD}" \ - ${MAKE_TARGETS} + AR="${KERNEL_AR}" \ + ${MAKE_TARGETS} } module_do_install() { |
