mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
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>
5 lines
89 B
Makefile
5 lines
89 B
Makefile
#
|
|
# Makefile for the Silan network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SC92031) += sc92031.o
|