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