22 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_FSL_ENETC_CORE) += fsl-enetc-core.o4fsl-enetc-core-y := enetc.o enetc_cbdr.o enetc_ethtool.o5 6obj-$(CONFIG_FSL_ENETC) += fsl-enetc.o7fsl-enetc-y := enetc_pf.o8fsl-enetc-$(CONFIG_PCI_IOV) += enetc_msg.o9fsl-enetc-$(CONFIG_FSL_ENETC_QOS) += enetc_qos.o10 11obj-$(CONFIG_FSL_ENETC_VF) += fsl-enetc-vf.o12fsl-enetc-vf-y := enetc_vf.o13 14obj-$(CONFIG_FSL_ENETC_IERB) += fsl-enetc-ierb.o15fsl-enetc-ierb-y := enetc_ierb.o16 17obj-$(CONFIG_FSL_ENETC_MDIO) += fsl-enetc-mdio.o18fsl-enetc-mdio-y := enetc_pci_mdio.o enetc_mdio.o19 20obj-$(CONFIG_FSL_ENETC_PTP_CLOCK) += fsl-enetc-ptp.o21fsl-enetc-ptp-y := enetc_ptp.o22