mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
dpdk: Use nonarch_base_libdir instead of hardcoding /lib for module path
This fixes build with distros using usrmerge distro feature Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fe73377ee9
commit
19772e2ed8
|
@ -24,7 +24,7 @@ DPDK_RTE_TARGET ?= "${ARCH}-dpaa-linuxapp-gcc"
|
|||
|
||||
export RTE_TARGET = "${DPDK_RTE_TARGET}"
|
||||
export RTE_OUTPUT = "${S}/${RTE_TARGET}"
|
||||
export MODULE_DIR = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/net"
|
||||
export MODULE_DIR = "${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user