Skip to content

Commit

Permalink
Merge pull request opencomputeproject#406 from jostar-yang/as5916-54xks
Browse files Browse the repository at this point in the history
Add support as5916-54xks platform
  • Loading branch information
jnealtowns authored Jul 18, 2018
2 parents 88e6b1c + 0dad4b7 commit ae05372
Show file tree
Hide file tree
Showing 47 changed files with 4,822 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*x86*64*accton*as5916*54xks*.mk
onlpdump.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!include $ONL_TEMPLATES/platform-modules.yml VENDOR=accton BASENAME=x86-64-accton-as5916-54xks ARCH=amd64 KERNELS="onl-kernel-4.14-lts-x86-64-all:amd64"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
KERNELS := onl-kernel-4.14-lts-x86-64-all:amd64
KMODULES := $(wildcard *.c)
VENDOR := accton
BASENAME := x86-64-accton-as5916-54xks
ARCH := x86_64
include $(ONL)/make/kmodule.mk
Loading

0 comments on commit ae05372

Please sign in to comment.