build: fix dpdk mellanox driver build setting 33/41633/1
authorDave Wallace <[email protected]>
Tue, 1 Oct 2024 01:00:13 +0000 (21:00 -0400)
committerDave Wallace <[email protected]>
Tue, 22 Oct 2024 14:11:56 +0000 (14:11 +0000)
commit21b272622fc364962529f1217d3178767465cca9
treef2621c5c46210aed20ad292a10593f17d19693ec
parent466b350538b3899bc4a25b41f4f7a01deb9019d9
build: fix dpdk mellanox driver build setting

- dpdk mellanox driver setting requires rdma-core.mk is included
  before dpdk.mk makefile.  Include check for rdma-core_version
  variable definition in dpdk.mk to prevent a re-occurance of this
  issue.

Type: fix
Fixes: 70522a1dc

Change-Id: I297cbd734ac7abe970eac7fb317d06b7acfc5a40
Signed-off-by: Dave Wallace <[email protected]>
(cherry picked from commit 056b7d05875083fcb30637db848607c47cc9d3c9)
build/external/Makefile
build/external/packages/dpdk.mk