mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 22:26:07 +07:00

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
|