Skip to content

Commit a10bf59

Browse files
authored
submod mrvl prestera 15jan nokia master (#25127)
* marvell-prestera: SMDEP ignore symlink Signed-off-by: Yan Markman <[email protected]> * [mrvl-prestera] fix BGP irq, no sonic-ext.target Fix BGP IRQ loss amd64: ethDriver.c force DMA_BIT_MASK 32bits Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]>
1 parent a49959c commit a10bf59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

platform/marvell-prestera/mrvl-prestera.dep

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ MPATH := $($(MRVL_PRESTERA_DEB)_SRC_PATH)
22
DEP_FILES := $(SONIC_COMMON_FILES_LIST) $(PLATFORM_PATH)/mrvl-prestera.mk $(PLATFORM_PATH)/mrvl-prestera.dep
33
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
44
SMDEP_FILES := $(addprefix $(MPATH)/,$(shell cd $(MPATH) && git ls-files))
5+
# Filter out the run-time symlink that is not in build-source tree
6+
SLINKS := $(shell find $(MPATH)/platform/*/common/etc/systemd -type l -exec echo {} \; | grep -Ev ' ')
7+
SLINKS += $(shell find $(MPATH)/platform/common/etc/systemd -type l -exec echo {} \; | grep -Ev ' ')
8+
SMDEP_FILES := $(filter-out $(SLINKS),$(SMDEP_FILES))
59

610
$(MRVL_PRESTERA_DEB)_CACHE_MODE := GIT_CONTENT_SHA
711
$(MRVL_PRESTERA_DEB)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)

0 commit comments

Comments
 (0)