df28eceb35
Why I did it Add 6512-32r support for Wistron platform Update sw-to3200k for newer branch How I did it Add code in device and platform folder for 6512-32r Update sw-to3200k code both in device and platform folder How to verify it Install on Wistron device and run command to verify Signed-off-by: RogerChang Roger_Chang@wistron.com
23 lines
837 B
Makefile
Executable File
23 lines
837 B
Makefile
Executable File
include $(PLATFORM_PATH)/invm-sai.mk
|
|
include $(PLATFORM_PATH)/platform-modules-cel.mk
|
|
include $(PLATFORM_PATH)/platform-modules-delta.mk
|
|
include $(PLATFORM_PATH)/platform-modules-wistron.mk
|
|
include $(PLATFORM_PATH)/platform-modules-netberg.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-invm.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-invm-rpc.mk
|
|
include $(PLATFORM_PATH)/one-image.mk
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.mk
|
|
include $(PLATFORM_PATH)/python-saithrift.mk
|
|
|
|
SONIC_ALL += $(SONIC_INVM_ONE_IMAGE) \
|
|
$(DOCKER_FPM) \
|
|
$(DOCKER_PTF_INVM) \
|
|
$(DOCKER_SYNCD_INVM_RPC)
|
|
|
|
# Inject invm sai into syncd
|
|
$(SYNCD)_DEPENDS += $(INVM_HSAI) $(INVM_LIBSAI) $(LIBSAITHRIFT_DEV_INVM)
|
|
$(SYNCD)_UNINSTALLS += $(INVM_HSAI)
|
|
|
|
# Runtime dependency on invm sai is set only for syncd
|
|
$(SYNCD)_RDEPENDS += $(INVM_HSAI)
|