]> git.itanic.dy.fi Git - linux-stable/blob - drivers/net/ethernet/freescale/enetc/Makefile
net: enetc: deny offload of tc-based TSN features on VF interfaces
[linux-stable] / drivers / net / ethernet / freescale / enetc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 common-objs := enetc.o enetc_cbdr.o enetc_ethtool.o
4
5 obj-$(CONFIG_FSL_ENETC) += fsl-enetc.o
6 fsl-enetc-y := enetc_pf.o $(common-objs)
7 fsl-enetc-$(CONFIG_PCI_IOV) += enetc_msg.o
8 fsl-enetc-$(CONFIG_FSL_ENETC_QOS) += enetc_qos.o
9
10 obj-$(CONFIG_FSL_ENETC_VF) += fsl-enetc-vf.o
11 fsl-enetc-vf-y := enetc_vf.o $(common-objs)
12
13 obj-$(CONFIG_FSL_ENETC_IERB) += fsl-enetc-ierb.o
14 fsl-enetc-ierb-y := enetc_ierb.o
15
16 obj-$(CONFIG_FSL_ENETC_MDIO) += fsl-enetc-mdio.o
17 fsl-enetc-mdio-y := enetc_pci_mdio.o enetc_mdio.o
18
19 obj-$(CONFIG_FSL_ENETC_PTP_CLOCK) += fsl-enetc-ptp.o
20 fsl-enetc-ptp-y := enetc_ptp.o