brintos

brintos / linux-shallow public Read only

0
0
Text · 406 B · b618091 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02subdir-ccflags-y +=  -I$(srctree)/drivers/net/ethernet/freescale/fman3 4obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman.o5obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman_port.o6obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_mac.o7 8fsl_dpaa_fman-objs	:= fman_muram.o fman.o fman_sp.o fman_keygen.o9fsl_dpaa_fman_port-objs := fman_port.o10fsl_dpaa_mac-objs:= mac.o fman_dtsec.o fman_memac.o fman_tgec.o11