Skip to content

Commit

Permalink
Add Ingrasys S9100 platform submodule (#333)
Browse files Browse the repository at this point in the history
* Add Ingrasys S9100 platform submodule and .mk files.

Signed-off-by: Wade He <chihen.he@gmail.com>
  • Loading branch information
wadelnn authored and lguohan committed Feb 24, 2017
1 parent 5e42d2a commit b04e3e7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@
[submodule "platform/broadcom/sonic-platform-modules-dell"]
path = platform/broadcom/sonic-platform-modules-dell
url = https://github.com/Azure/sonic-platform-modules-dell
[submodule "platform/broadcom/sonic-platform-modules-ingrasys-s9100"]
path = platform/broadcom/sonic-platform-modules-ingrasys-s9100
url = https://github.com/Ingrasys-sonic/sonic-platform-ingrasys-s9100
10 changes: 10 additions & 0 deletions platform/broadcom/platform-modules-ingrasys-s9100.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ingrasys S9100 Platform modules

INGRASYS_S9100_PLATFORM_MODULE_VERSION = 1.0.0

export INGRASYS_S9100_PLATFORM_MODULE_VERSION

INGRASYS_S9100_PLATFORM_MODULE = sonic-platform-ingrasys-s9100_$(INGRASYS_S9100_PLATFORM_MODULE_VERSION)_amd64.deb
$(INGRASYS_S9100_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-ingrasys-s9100
$(INGRASYS_S9100_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
SONIC_DPKG_DEBS += $(INGRASYS_S9100_PLATFORM_MODULE)
1 change: 1 addition & 0 deletions platform/broadcom/rules.mk
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include $(PLATFORM_PATH)/sai.mk
include $(PLATFORM_PATH)/platform-modules-s6000.mk
include $(PLATFORM_PATH)/platform-modules-dell.mk
include $(PLATFORM_PATH)/platform-modules-arista.mk
include $(PLATFORM_PATH)/platform-modules-ingrasys-s9100.mk
include $(PLATFORM_PATH)/docker-orchagent-brcm.mk
include $(PLATFORM_PATH)/docker-syncd-brcm.mk
include $(PLATFORM_PATH)/one-image.mk
Expand Down
1 change: 1 addition & 0 deletions platform/broadcom/sonic-platform-modules-ingrasys-s9100

0 comments on commit b04e3e7

Please sign in to comment.