Skip to content

Commit

Permalink
net: macb: macb.c changed to macb_main.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rafal Ozieblo authored and David S. Miller committed Jun 30, 2017
1 parent 08729fd commit b83f152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/cadence/Makefile
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.

0 comments on commit b83f152

Please sign in to comment.