mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-28 11:19:52 -04:00
This is a driver for the ENA family of networking devices. Signed-off-by: Netanel Belgazal <netanel@annapurnalabs.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
167 B
Makefile
8 lines
167 B
Makefile
#
|
|
# Makefile for the Elastic Network Adapter (ENA) device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ENA_ETHERNET) += ena.o
|
|
|
|
ena-y := ena_netdev.o ena_com.o ena_eth_com.o ena_ethtool.o
|