forked from Minki/linux
83a77e9ec4
There are hardware PCI implementations of Cadence GEM network controller. This patch will allow to use such hardware with reuse of existing Platform Driver. Signed-off-by: Bartosz Folta <bfolta@cadence.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
120 B
Makefile
7 lines
120 B
Makefile
#
|
|
# Makefile for the Atmel network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MACB) += macb.o
|
|
obj-$(CONFIG_MACB_PCI) += macb_pci.o
|