mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
r8169: rename r8169.c to r8169_main.c
In preparation of factoring out firmware handling rename r8169.c to r8169_main.c. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d28d66e5a9
commit
25e992a460
2 changed files with 1 additions and 0 deletions
drivers/net/ethernet/realtek
|
@ -6,4 +6,5 @@
|
|||
obj-$(CONFIG_8139CP) += 8139cp.o
|
||||
obj-$(CONFIG_8139TOO) += 8139too.o
|
||||
obj-$(CONFIG_ATP) += atp.o
|
||||
r8169-objs += r8169_main.o
|
||||
obj-$(CONFIG_R8169) += r8169.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue