diff options
author | Mohammed Hawari <mohammed@hawari.fr> | 2022-09-19 16:26:25 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2022-10-04 15:44:17 +0000 |
commit | 4e939ced65143fcfe9342dcccf3418a1018c8b0f (patch) | |
tree | bf9ad2e7c8c5b8d658ac50d430f6222a3ea4dfd1 /build/external/packages.mk | |
parent | 6161bba1ea52d4344964278f94f507c5c75d5e2b (diff) |
build: mlx dpdk-rdma compatibility matrix
- Verify mlx_rdma_dpdk_matrix.txt versions,
build MLX drivers in dpdk if the versions match.
Also output version comparison results to a file
for CI job to send notification email when the
versions do not match.
Change-Id: Id1384ba4ea4b1f855f4d77d1d8e2c38683abfe1f
Type: improvement
Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build/external/packages.mk')
-rw-r--r-- | build/external/packages.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/external/packages.mk b/build/external/packages.mk index 005c2a958b2..99322ae3bef 100644 --- a/build/external/packages.mk +++ b/build/external/packages.mk @@ -146,5 +146,9 @@ $(B)/.$1.install.ok: $(B)/.$1.build.ok .PHONY: $1-install $1-install: $(B)/.$1.install.ok +.PHONY: $1-show-% +$1-show-%: + @echo $$($$*) + ALL_TARGETS += $1-install endef |