mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-30 19:15:41 +00:00
Add support for the FMan Keygen with a hardcoded scheme to spread incoming traffic on a FQ range based on source and destination IPs and ports. Signed-off-by: Iordache Florinel <florinel.iordache@nxp.com> Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
341 B
Makefile
9 lines
341 B
Makefile
subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
|
|
|
|
obj-$(CONFIG_FSL_FMAN) += fsl_fman.o
|
|
obj-$(CONFIG_FSL_FMAN) += fsl_fman_port.o
|
|
obj-$(CONFIG_FSL_FMAN) += fsl_mac.o
|
|
|
|
fsl_fman-objs := fman_muram.o fman.o fman_sp.o fman_keygen.o
|
|
fsl_fman_port-objs := fman_port.o
|
|
fsl_mac-objs:= mac.o fman_dtsec.o fman_memac.o fman_tgec.o
|