diff options
| author | Ovidiu Sas <sip.nslu@gmail.com> | 2008-01-16 14:59:56 +0000 |
|---|---|---|
| committer | Ovidiu Sas <sip.nslu@gmail.com> | 2008-01-16 14:59:56 +0000 |
| commit | 3e876cbe412792ef85ce8ed72b29130e7d396cf1 (patch) | |
| tree | 7fd9f35717656e1c7ed684dd4180da4bb4967dd7 /classes/module.bbclass | |
| parent | 79ea22d203a33c048d1a6d1434f9592f6900852d (diff) | |
| parent | b13686f579217a17eaebeef868d02c02775221a8 (diff) | |
merge of 'ab1a06b7453ad48a1ad5b4f9ee053cd6a9e04d28'
and 'c794a426d2a55b0c4b5f1f6fee90c8272bd266e9'
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() { |
