0603accdae
Adopt to new define used for docker-syncd Simplify/streamline through template.
8 lines
218 B
Makefile
8 lines
218 B
Makefile
# docker image for cavium syncd with rpc
|
|
|
|
DOCKER_SYNCD_PLATFORM_CODE = cavm
|
|
include $(PLATFORM_PATH)/../template/docker-syncd-base-rpc.mk
|
|
|
|
$(DOCKER_SYNCD_BASE_RPC)_DEPENDS += $(CAVM_LIBSAI) $(XP_TOOLS) $(REDIS_TOOLS)
|
|
|