From 709ca3c00f4d351be6854c89120e86f19611ba87 Mon Sep 17 00:00:00 2001 From: Marian Pritsak Date: Wed, 7 Dec 2016 01:30:20 +0200 Subject: [PATCH] Add mlnx hw-management to all targets (#102) * Add mlnx hw-management to all targets * Use correct path for hw-management in all targets --- platform/mellanox/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/mellanox/rules.mk b/platform/mellanox/rules.mk index d24b3e3a2e..b6d1056071 100644 --- a/platform/mellanox/rules.mk +++ b/platform/mellanox/rules.mk @@ -12,7 +12,8 @@ SONIC_ALL += $(DOCKER_SYNCD_MLNX) \ $(DOCKER_LLDP_SV2) \ $(DOCKER_SNMP_SV2) \ $(DOCKER_TEAM) \ - $(DOCKER_PLATFORM_MONITOR) + $(DOCKER_PLATFORM_MONITOR) \ + debs/$(MLNX_HW_MANAGEMENT) # Inject mlnx sai into sairedis $(LIBSAIREDIS)_DEPENDS += $(MLNX_SAI)