mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
Add basic driver framework for the Alibaba Elastic Ethernet Adapter(EEA). This commit implements the EEA PCI probe functionality. 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-2-xuanzhuo@linux.alibaba.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
6 lines
90 B
Makefile
6 lines
90 B
Makefile
#
|
|
# Makefile for the Alibaba network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ALIBABA_EEA) += eea/
|