Add mlnx hw-management to all targets (#102)

* Add mlnx hw-management to all targets

* Use correct path for hw-management in all targets
This commit is contained in:
Marian Pritsak 2016-12-07 01:30:20 +02:00 committed by lguohan
parent 9b415aa5cf
commit 709ca3c00f

View File

@ -12,7 +12,8 @@ SONIC_ALL += $(DOCKER_SYNCD_MLNX) \
$(DOCKER_LLDP_SV2) \ $(DOCKER_LLDP_SV2) \
$(DOCKER_SNMP_SV2) \ $(DOCKER_SNMP_SV2) \
$(DOCKER_TEAM) \ $(DOCKER_TEAM) \
$(DOCKER_PLATFORM_MONITOR) $(DOCKER_PLATFORM_MONITOR) \
debs/$(MLNX_HW_MANAGEMENT)
# Inject mlnx sai into sairedis # Inject mlnx sai into sairedis
$(LIBSAIREDIS)_DEPENDS += $(MLNX_SAI) $(LIBSAIREDIS)_DEPENDS += $(MLNX_SAI)