Makefile 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_FSL_ENETC_CORE) += fsl-enetc-core.o
  3. fsl-enetc-core-y := enetc.o enetc_cbdr.o enetc_ethtool.o
  4. obj-$(CONFIG_NXP_ENETC_PF_COMMON) += nxp-enetc-pf-common.o
  5. nxp-enetc-pf-common-y := enetc_pf_common.o
  6. obj-$(CONFIG_NXP_NETC_LIB) += nxp-netc-lib.o
  7. nxp-netc-lib-y := ntmp.o
  8. obj-$(CONFIG_FSL_ENETC) += fsl-enetc.o
  9. fsl-enetc-y := enetc_pf.o
  10. fsl-enetc-$(CONFIG_PCI_IOV) += enetc_msg.o
  11. fsl-enetc-$(CONFIG_FSL_ENETC_QOS) += enetc_qos.o
  12. obj-$(CONFIG_NXP_ENETC4) += nxp-enetc4.o
  13. nxp-enetc4-y := enetc4_pf.o
  14. nxp-enetc4-$(CONFIG_DEBUG_FS) += enetc4_debugfs.o
  15. obj-$(CONFIG_FSL_ENETC_VF) += fsl-enetc-vf.o
  16. fsl-enetc-vf-y := enetc_vf.o
  17. obj-$(CONFIG_FSL_ENETC_IERB) += fsl-enetc-ierb.o
  18. fsl-enetc-ierb-y := enetc_ierb.o
  19. obj-$(CONFIG_FSL_ENETC_MDIO) += fsl-enetc-mdio.o
  20. fsl-enetc-mdio-y := enetc_pci_mdio.o enetc_mdio.o
  21. obj-$(CONFIG_FSL_ENETC_PTP_CLOCK) += fsl-enetc-ptp.o
  22. fsl-enetc-ptp-y := enetc_ptp.o
  23. obj-$(CONFIG_NXP_NETC_BLK_CTRL) += nxp-netc-blk-ctrl.o
  24. nxp-netc-blk-ctrl-y := netc_blk_ctrl.o