forked from Minki/linux
3933961682
This patch adds the Ethernet MAC driver supporting the three different types of MACs: dTSEC, tGEC and mEMAC. Signed-off-by: Igal Liberman <igal.liberman@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
258 B
Makefile
8 lines
258 B
Makefile
subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
|
|
|
|
obj-y += fsl_fman.o fsl_fman_mac.o fsl_mac.o
|
|
|
|
fsl_fman-objs := fman_muram.o fman.o fman_sp.o fman_port.o
|
|
fsl_fman_mac-objs := fman_dtsec.o fman_memac.o fman_tgec.o
|
|
fsl_mac-objs += mac.o
|