1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

module*.bbclass: set AR to KERNEL_AR during building of kernel modules (from Poky trunk r3422)

git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3423 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-01-08 14:43:32 +00:00
parent d40c860762
commit 7c62894958
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ module_do_compile() {
KERNEL_SRC=${STAGING_KERNEL_DIR} \
KERNEL_VERSION=${KERNEL_VERSION} \
CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
AR="${KERNEL_AR}" \
${MAKE_TARGETS}
}