Skip to content

Commit

Permalink
[build]: Fix syncd dpkg cache dependency issue (#6680)
Browse files Browse the repository at this point in the history
* Fix syncd dpkg cache dependency issue
  • Loading branch information
xumia committed Feb 4, 2021
1 parent 92e3517 commit 19ccba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/broadcom/docker-syncd-brcm.dep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#DPKG FRK
DPATH := $($(DOCKER_SYNCD_BASE)_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) platform/broadcom/docker-syncd-brcm.mk platform/broadcom/docker-syncd-brcm.dep
DEP_FILES := $(SONIC_COMMON_FILES_LIST) platform/broadcom/docker-syncd-brcm.mk platform/broadcom/docker-syncd-brcm.dep platform/broadcom/sai.mk
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
DEP_FILES += $(shell git ls-files $(DPATH))

Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/docker-syncd-mlnx.dep
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DPKG FRK

DPATH := $($(DOCKER_SYNCD_BASE)_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) $(PLATFORM_PATH)/docker-syncd-mlnx.mk $(PLATFORM_PATH)/docker-syncd-mlnx.dep
DEP_FILES := $(SONIC_COMMON_FILES_LIST) $(PLATFORM_PATH)/docker-syncd-mlnx.mk $(PLATFORM_PATH)/docker-syncd-mlnx.dep platform/mellanox/mlnx-sai.mk
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
DEP_FILES += $(shell git ls-files -- $(DPATH))

Expand Down

0 comments on commit 19ccba4

Please sign in to comment.