Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/broadcom/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(BRCM_BCMCMD)_PATH = $(PLATFORM_PATH)/sdk
SONIC_COPY_FILES += $(BRCM_DSSERVE) $(BRCM_BCMCMD)

SONIC_ALL += $(DOCKER_SYNCD_BRCM) \
$(DOCKER_ORCHAGENT_BRCM)
$(DOCKER_ORCHAGENT_BRCM)

# Inject brcm sai into sairedis
$(LIBSAIREDIS)_DEPENDS += $(BRCM_OPENNSL) $(BRCM_SAI) $(BRCM_SAI_DEV)
Expand Down
6 changes: 0 additions & 6 deletions platform/mellanox/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ include $(PLATFORM_PATH)/docker-orchagent-mlnx.mk

SONIC_ALL += $(DOCKER_SYNCD_MLNX) \
$(DOCKER_ORCHAGENT_MLNX) \
$(DOCKER_FPM) \
$(DOCKER_DATABASE) \
$(DOCKER_LLDP_SV2) \
$(DOCKER_SNMP_SV2) \
$(DOCKER_TEAM) \
$(DOCKER_PLATFORM_MONITOR) \
debs/$(MLNX_HW_MANAGEMENT)

# Inject mlnx sai into sairedis
Expand Down