Skip to content

Commit 3933961

Browse files
Igal Libermandavem330
authored andcommitted
fsl/fman: Add FMan MAC driver
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>
1 parent 18a6c85 commit 3933961

File tree

3 files changed

+1077
-1
lines changed

3 files changed

+1077
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
22

3-
obj-y += fsl_fman.o fsl_fman_mac.o
3+
obj-y += fsl_fman.o fsl_fman_mac.o fsl_mac.o
44

55
fsl_fman-objs := fman_muram.o fman.o fman_sp.o fman_port.o
66
fsl_fman_mac-objs := fman_dtsec.o fman_memac.o fman_tgec.o
7+
fsl_mac-objs += mac.o

0 commit comments

Comments
 (0)