Makefile 406 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. subdir-ccflags-y += -I$(srctree)/drivers/net/ethernet/freescale/fman
  3. obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman.o
  4. obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_fman_port.o
  5. obj-$(CONFIG_FSL_FMAN) += fsl_dpaa_mac.o
  6. fsl_dpaa_fman-objs := fman_muram.o fman.o fman_sp.o fman_keygen.o
  7. fsl_dpaa_fman_port-objs := fman_port.o
  8. fsl_dpaa_mac-objs:= mac.o fman_dtsec.o fman_memac.o fman_tgec.o