Register the Pensando ionic PMD (net_ionic) and define initial probe and remove callbacks with adapter initialization. Signed-off-by: Alfredo Cardigliano <cardigliano@ntop.org> Reviewed-by: Shannon Nelson <snelson@pensando.io>
11 lines
174 B
Meson
11 lines
174 B
Meson
# SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
|
# Copyright(c) 2019 Pensando
|
|
|
|
sources = files(
|
|
'ionic_mac_api.c',
|
|
'ionic_dev.c',
|
|
'ionic_ethdev.c',
|
|
'ionic_main.c'
|
|
)
|
|
|