mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08:00
38df6492eb
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>
6 lines
87 B
Makefile
6 lines
87 B
Makefile
#
|
|
# Makefile for the Agere ET-131x ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_ET131X) += et131x.o
|