mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 06:05:06 +00:00
net: macb: macb.c changed to macb_main.c
In case that macb is compiled as a module, macb.c has been renamed to macb_main.c to avoid naming confusion in Makefile. Signed-off-by: Rafal Ozieblo <rafalo@cadence.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
08729fdedf
commit
b83f1527d0
2 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# Makefile for the Atmel network device drivers.
|
||||
#
|
||||
macb-y := macb_main.o
|
||||
|
||||
obj-$(CONFIG_MACB) += macb.o
|
||||
obj-$(CONFIG_MACB_PCI) += macb_pci.o
|
||||
|
|
Loading…
Add table
Reference in a new issue