44 lines
1.6 KiB
Makefile
44 lines
1.6 KiB
Makefile
include $(PLATFORM_PATH)/sai-modules.mk
|
|
include $(PLATFORM_PATH)/sai.mk
|
|
include $(PLATFORM_PATH)/platform-modules-dell.mk
|
|
include $(PLATFORM_PATH)/platform-modules-arista.mk
|
|
include $(PLATFORM_PATH)/platform-modules-ingrasys.mk
|
|
include $(PLATFORM_PATH)/platform-modules-accton.mk
|
|
include $(PLATFORM_PATH)/platform-modules-alphanetworks.mk
|
|
include $(PLATFORM_PATH)/platform-modules-inventec.mk
|
|
include $(PLATFORM_PATH)/platform-modules-cel.mk
|
|
include $(PLATFORM_PATH)/platform-modules-delta.mk
|
|
include $(PLATFORM_PATH)/platform-modules-quanta.mk
|
|
#include $(PLATFORM_PATH)/platform-modules-mitac.mk
|
|
include $(PLATFORM_PATH)/platform-modules-juniper.mk
|
|
include $(PLATFORM_PATH)/platform-modules-brcm-xlr-gts.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-brcm.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-brcm-rpc.mk
|
|
include $(PLATFORM_PATH)/docker-saiserver-brcm.mk
|
|
include $(PLATFORM_PATH)/one-image.mk
|
|
include $(PLATFORM_PATH)/raw-image.mk
|
|
include $(PLATFORM_PATH)/one-aboot.mk
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.mk
|
|
|
|
BCMCMD = bcmcmd
|
|
$(BCMCMD)_URL = "https://sonicstorage.blob.core.windows.net/public/20190307/bcmcmd"
|
|
|
|
DSSERVE = dsserve
|
|
$(DSSERVE)_URL = "https://sonicstorage.blob.core.windows.net/public/20190307/dsserve"
|
|
|
|
SONIC_ONLINE_FILES += $(BCMCMD) $(DSSERVE)
|
|
|
|
SONIC_ALL += $(SONIC_ONE_IMAGE) $(SONIC_ONE_ABOOT_IMAGE) \
|
|
$(DOCKER_FPM)
|
|
|
|
# Inject brcm sai into syncd
|
|
$(SYNCD)_DEPENDS += $(BRCM_SAI) $(BRCM_SAI_DEV)
|
|
$(SYNCD)_UNINSTALLS += $(BRCM_SAI_DEV)
|
|
|
|
ifeq ($(ENABLE_SYNCD_RPC),y)
|
|
$(SYNCD)_DEPENDS += $(LIBSAITHRIFT_DEV)
|
|
endif
|
|
|
|
# Runtime dependency on brcm sai is set only for syncd
|
|
$(SYNCD)_RDEPENDS += $(BRCM_SAI)
|