summaryrefslogtreecommitdiff
path: root/recipes-bsp/multitech/mtac-eth_1.1.1.bb
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-18 21:48:20 +0200
committerMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-18 21:48:20 +0200
commit773442f56569304973118e290b2ea76a959105dc (patch)
tree492b44283f6ed896b8373d32f2ffb27d44f3eb7c /recipes-bsp/multitech/mtac-eth_1.1.1.bb
parent4a8fb99f032ec6b30718893afd6d75bc42645db6 (diff)
downloadmeta-multitech-773442f56569304973118e290b2ea76a959105dc.tar.gz
meta-multitech-773442f56569304973118e290b2ea76a959105dc.tar.bz2
meta-multitech-773442f56569304973118e290b2ea76a959105dc.zip
linux 5.4: fix mtac linking dependencies for the 5.4.81
Diffstat (limited to 'recipes-bsp/multitech/mtac-eth_1.1.1.bb')
-rw-r--r--recipes-bsp/multitech/mtac-eth_1.1.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/multitech/mtac-eth_1.1.1.bb b/recipes-bsp/multitech/mtac-eth_1.1.1.bb
index 94b1e5f..4000d31 100644
--- a/recipes-bsp/multitech/mtac-eth_1.1.1.bb
+++ b/recipes-bsp/multitech/mtac-eth_1.1.1.bb
@@ -21,8 +21,12 @@ S = "${WORKDIR}/git"
inherit module
+MTS_EXTRA_SYMBOLS="${STAGING_INCDIR}/mts-io/Module.symvers \
+ ${STAGING_INCDIR}/mtac/Module.symvers"
+
COMMON_OEMAKE = " -C ${STAGING_KERNEL_DIR} \
KBUILD_VERBOSE=1 \
+ KBUILD_EXTRA_SYMBOLS='${MTS_EXTRA_SYMBOLS}' \
M=${S} \
modules \
"