mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
1b6b7172d0
While the SC92031 could be found on fake "Realtek" NICs, it has no relationship to Realtek, and is actually from Silan. Create a new subdirectory for silan and move sc92031 there. Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
182 B
Makefile
9 lines
182 B
Makefile
#
|
|
# Makefile for the Realtek network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_8139CP) += 8139cp.o
|
|
obj-$(CONFIG_8139TOO) += 8139too.o
|
|
obj-$(CONFIG_ATP) += atp.o
|
|
obj-$(CONFIG_R8169) += r8169.o
|