From e60a1dc49d643b486292ac8e3ede7db25b0cd054 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Fri, 16 Dec 2016 10:51:18 -0800 Subject: [PATCH] Makefile: Remove generic targets in mellanox rules --- platform/broadcom/rules.mk | 2 +- platform/mellanox/rules.mk | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/platform/broadcom/rules.mk b/platform/broadcom/rules.mk index 79f00e16fa35..9fbe7d34d555 100644 --- a/platform/broadcom/rules.mk +++ b/platform/broadcom/rules.mk @@ -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) diff --git a/platform/mellanox/rules.mk b/platform/mellanox/rules.mk index a31d22fc25a6..295369d823e1 100644 --- a/platform/mellanox/rules.mk +++ b/platform/mellanox/rules.mk @@ -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