forked from opencomputeproject/OpenNetworkLinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
brandonchuang
authored and
brandonchuang
committed
Mar 1, 2017
1 parent
1940b75
commit e11cb9d
Showing
48 changed files
with
5,220 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
packages/platforms/accton/x86-64/x86-64-accton-as5912-54x/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*x86*64*accton*as5912*54x*.mk | ||
onlpdump.mk |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/x86-64-accton-as5912-54x/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include $(ONL)/make/pkg.mk |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/x86-64-accton-as5912-54x/modules/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include $(ONL)/make/pkg.mk |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/x86-64-accton-as5912-54x/modules/PKG.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-as5912-54x ARCH=amd64 KERNELS="onl-kernel-3.16-lts-x86-64-all:amd64" |
1 change: 1 addition & 0 deletions
1
packages/platforms/accton/x86-64/x86-64-accton-as5912-54x/modules/builds/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lib |
6 changes: 6 additions & 0 deletions
6
packages/platforms/accton/x86-64/x86-64-accton-as5912-54x/modules/builds/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
KERNELS := onl-kernel-3.16-lts-x86-64-all:amd64 | ||
KMODULES := $(wildcard *.c) | ||
VENDOR := accton | ||
BASENAME := x86-64-accton-as5912-54x | ||
ARCH := x86_64 | ||
include $(ONL)/make/kmodule.mk |
Oops, something went wrong.