mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 21:15:44 +07:00
2a171788ba
Files removed in 'net-next' had their license header updated in 'net'. We take the remove from 'net-next'. Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
406 B
Makefile
11 lines
406 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
|
|
|
|
obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman.o
|
|
obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman_port.o
|
|
obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_mac.o
|
|
|
|
fsl_dpaa_fman-objs := fman_muram.o fman.o fman_sp.o fman_keygen.o
|
|
fsl_dpaa_fman_port-objs := fman_port.o
|
|
fsl_dpaa_mac-objs:= mac.o fman_dtsec.o fman_memac.o fman_tgec.o
|