You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
376 B
10 lines
376 B
# SPDX-License-Identifier: GPL-2.0
|
|
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
|
|
|