build: fix dpdk mellanox driver build setting 61/41661/2
authorDave Wallace <[email protected]>
Tue, 1 Oct 2024 01:00:13 +0000 (21:00 -0400)
committerMatthew Smith <[email protected]>
Tue, 1 Oct 2024 18:07:22 +0000 (18:07 +0000)
commit056b7d05875083fcb30637db848607c47cc9d3c9
tree7b069b15523c8e8390ba887160fc586fe0cf585c
parentb2b87e481953a9b857ff0315194d43d538f31931
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]>
build/external/Makefile
build/external/packages/dpdk.mk