Skip to content

Commit

Permalink
add dependency between sai and opennsl
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Dec 14, 2016
1 parent 673b8d0 commit 5342b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/broadcom/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $(BRCM_BCMCMD)_PATH = $(PLATFORM_PATH)/sdk

SONIC_COPY_FILES += $(BRCM_DSSERVE) $(BRCM_BCMCMD)

SONIC_COPY_DEBS += $(BRCM_OPENNSL)
SONIC_ALL += $(DOCKER_SYNCD_BRCM) \
$(DOCKER_ORCHAGENT_MLNX)

Expand Down
3 changes: 3 additions & 0 deletions platform/broadcom/sai.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ BRCM_SAI_DEV = libsaibcm-dev_2.0.3.7~20161214010054.112_amd64.deb
$(BRCM_SAI_DEV)_PATH = $(PLATFORM_PATH)/sdk

SONIC_COPY_DEBS += $(BRCM_SAI) $(BRCM_SAI_DEV)

$(BRCM_SAI)_DEPENDS += $(BRCM_OPENNSL)
$(BRCM_SAI_DEV)_DEPENDS += $(BRCM_SAI)

0 comments on commit 5342b9b

Please sign in to comment.