0405b369af
Why I did it Support Intel Tofino based platforms Netberg Aurora 750 ASIC: Intel Tofino BFN-T10-064Q Pors: 64x 100G How I did it Added specification to device/netberg directory Added platform/barefoot/sonic-platform-modules-netberg contains kernel modules, scripts and sonic_platform packages. Modified the platform/barefoot/platform-modules-netberg.mk to include Aurora 750 related ID. Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com>
24 lines
220 B
Plaintext
24 lines
220 B
Plaintext
# kernel module build
|
|
*.o
|
|
*.ko
|
|
*.mod.c
|
|
*.mod.o
|
|
*.cmd
|
|
Module.symvers
|
|
modules.order
|
|
|
|
# debian packaging
|
|
*.debhelper
|
|
*.log
|
|
DEBIAN
|
|
.tmp_versions
|
|
.finished.build
|
|
*.substvars
|
|
|
|
# python
|
|
*.pyc
|
|
/build
|
|
/*.egg-info
|
|
/venv
|
|
/.pybuild
|