mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 03:24:53 -04:00
Add basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA). This commit introduces ethtool support. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Dust Li <dust.li@linux.alibaba.com> Reviewed-by: Philo Lu <lulie@linux.alibaba.com> Signed-off-by: Wen Gu <guwen@linux.alibaba.com> Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Link: https://patch.msgid.link/20260514095138.80680-8-xuanzhuo@linux.alibaba.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
10 lines
139 B
Makefile
10 lines
139 B
Makefile
|
|
obj-$(CONFIG_ALIBABA_EEA) += eea.o
|
|
eea-y := eea_ring.o \
|
|
eea_net.o \
|
|
eea_pci.o \
|
|
eea_adminq.o \
|
|
eea_ethtool.o \
|
|
eea_tx.o \
|
|
eea_rx.o
|