Skip to content

Commit

Permalink
Merge pull request sonic-net#3 from judyjoseph/ndkBuild
Browse files Browse the repository at this point in the history
Update the platform makefile to get ndk platform deb
  • Loading branch information
judyjoseph authored Jan 22, 2022
2 parents e88d7b3 + 9294831 commit 47a8caf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/broadcom/platform-modules-nokia.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ $(NOKIA_IXR7250_PLATFORM_MODULE)_PLATFORM = x86_64-nokia_ixr7250e_sup-r0
$(NOKIA_IXR7250_PLATFORM_MODULE)_PLATFORM += x86_64-nokia_ixr7250e_36x400g-r0
SONIC_DPKG_DEBS += $(NOKIA_IXR7250_PLATFORM_MODULE)

NDK_VERSION = 21.12.20
NOKIA_NDK_DEBIAN = ndk_$(NDK_VERSION)_amd64.deb
$(NOKIA_NDK_DEBIAN)_URL = "https://github.com/Nokia-ION/ndk-releases/releases/download/v$(NDK_VERSION)/$(NOKIA_NDK_DEBIAN)"
SONIC_ONLINE_DEBS += $(NOKIA_NDK_DEBIAN)

0 comments on commit 47a8caf

Please sign in to comment.