mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
This adds the ethernet driver for Agere et131x devices to drivers/net/ethernet. The driver being added has been in the staging tree for some time, and will be removed from there in a seperate patch. This one merely disables the staging version to prevent two instances being built. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
5 lines
87 B
Makefile
5 lines
87 B
Makefile
#
|
|
# Makefile for the Agere ET-131x ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_ET131X) += et131x.o
|