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

Commit 0112a1da authored by Joachim Eastwood's avatar Joachim Eastwood Committed by David S. Miller
Browse files

net/at91_ether: compile macb for exported functions



Comile macb as well as at91_ether to access exported functions.

Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent 0005f541
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ config ARM_AT91_ETHER
	tristate "AT91RM9200 Ethernet support"
	tristate "AT91RM9200 Ethernet support"
	depends on ARM && ARCH_AT91RM9200
	depends on ARM && ARCH_AT91RM9200
	select NET_CORE
	select NET_CORE
	select MII
	select PHYLIB
	---help---
	---help---
	  If you wish to compile a kernel for the AT91RM9200 and enable
	  If you wish to compile a kernel for the AT91RM9200 and enable
	  ethernet support, then you should always answer Y to this.
	  ethernet support, then you should always answer Y to this.
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,5 +2,5 @@
# Makefile for the Atmel network device drivers.
# Makefile for the Atmel network device drivers.
#
#


obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o macb.o
obj-$(CONFIG_MACB) += macb.o
obj-$(CONFIG_MACB) += macb.o