Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b83f1527 authored by Rafal Ozieblo's avatar Rafal Ozieblo Committed by David S. Miller
Browse files

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: default avatarRafal Ozieblo <rafalo@cadence.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 08729fde
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#
# Makefile for the Atmel network device drivers.
#
macb-y	:= macb_main.o

obj-$(CONFIG_MACB) += macb.o
obj-$(CONFIG_MACB_PCI) += macb_pci.o