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:
Родитель
08729fdedf
Коммит
b83f1527d0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче