ca0e8cbe0e
- combine docker-ptf-saithrift into docker-ptf docker - build docker-ptf under platform vs - remove docker-ptf for other platforms Signed-off-by: Guohan Lu <lguohan@gmail.com>
11 lines
371 B
Plaintext
11 lines
371 B
Plaintext
|
|
DPATH := $($(DOCKER_PTF)_PATH)
|
|
DEP_FILES := $(SONIC_COMMON_FILES_LIST) platform/vs/docker-ptf.mk platform/vs/docker-ptf.dep
|
|
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
|
DEP_FILES += $(shell git ls-files $(DPATH))
|
|
|
|
$(DOCKER_PTF)_CACHE_MODE := GIT_CONTENT_SHA
|
|
$(DOCKER_PTF)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
|
$(DOCKER_PTF)_DEP_FILES := $(DEP_FILES)
|
|
|