mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
df69ba4321
This patch adds a basic driver framework for the Pensando IONIC network device. There is no functionality right now other than the ability to load and unload. Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
122 B
Makefile
7 lines
122 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Pensando network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_IONIC) += ionic/
|