Skip to content

Commit

Permalink
add libsaibcm-dev as a derived package for libsaibm
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Dec 14, 2016
1 parent 1cd6b32 commit b1948ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/broadcom/sai.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ BRCM_SAI = libsaibcm_2.0.3.7~20161214010054.112_amd64.deb
$(BRCM_SAI)_PATH = $(PLATFORM_PATH)/sdk
BRCM_SAI_DEV = libsaibcm-dev_2.0.3.7~20161214010054.112_amd64.deb
$(BRCM_SAI_DEV)_PATH = $(PLATFORM_PATH)/sdk
$(eval $(call add_derived_package,$(BRCM_SAI),$(BRCM_SAI_DEV)))

SONIC_COPY_DEBS += $(BRCM_SAI) $(BRCM_SAI_DEV)
SONIC_COPY_DEBS += $(BRCM_SAI)

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

0 comments on commit b1948ce

Please sign in to comment.