Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/msm into...
[linux-2.6-microblaze.git] / drivers / net / ethernet / mellanox / mlx5 / core / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for Mellanox 5th generation network adapters
4 # (ConnectX series) core & netdev driver
5 #
6
7 subdir-ccflags-y += -I$(src)
8
9 obj-$(CONFIG_MLX5_CORE) += mlx5_core.o
10
11 #
12 # mlx5 core basic
13 #
14 mlx5_core-y :=  main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
15                 health.o mcg.o cq.o alloc.o port.o mr.o pd.o \
16                 transobj.o vport.o sriov.o fs_cmd.o fs_core.o pci_irq.o \
17                 fs_counters.o rl.o lag.o dev.o events.o wq.o lib/gid.o \
18                 lib/devcom.o lib/pci_vsc.o lib/dm.o diag/fs_tracepoint.o \
19                 diag/fw_tracer.o diag/crdump.o devlink.o diag/rsc_dump.o \
20                 fw_reset.o qos.o
21
22 #
23 # Netdev basic
24 #
25 mlx5_core-$(CONFIG_MLX5_CORE_EN) += en_main.o en_common.o en_fs.o en_ethtool.o \
26                 en_tx.o en_rx.o en_dim.o en_txrx.o en/xdp.o en_stats.o \
27                 en_selftest.o en/port.o en/monitor_stats.o en/health.o \
28                 en/reporter_tx.o en/reporter_rx.o en/params.o en/xsk/pool.o \
29                 en/xsk/setup.o en/xsk/rx.o en/xsk/tx.o en/devlink.o en/ptp.o \
30                 en/qos.o en/trap.o en/fs_tt_redirect.o
31
32 #
33 # Netdev extra
34 #
35 mlx5_core-$(CONFIG_MLX5_EN_ARFS)     += en_arfs.o
36 mlx5_core-$(CONFIG_MLX5_EN_RXNFC)    += en_fs_ethtool.o
37 mlx5_core-$(CONFIG_MLX5_CORE_EN_DCB) += en_dcbnl.o en/port_buffer.o
38 mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += en/hv_vhca_stats.o
39 mlx5_core-$(CONFIG_MLX5_ESWITCH)     += lag_mp.o lib/geneve.o lib/port_tun.o \
40                                         en_rep.o en/rep/bond.o en/mod_hdr.o \
41                                         en/mapping.o
42 mlx5_core-$(CONFIG_MLX5_CLS_ACT)     += en_tc.o en/rep/tc.o en/rep/neigh.o \
43                                         lib/fs_chains.o en/tc_tun.o \
44                                         esw/indir_table.o en/tc_tun_encap.o \
45                                         en/tc_tun_vxlan.o en/tc_tun_gre.o en/tc_tun_geneve.o \
46                                         en/tc_tun_mplsoudp.o diag/en_tc_tracepoint.o
47 mlx5_core-$(CONFIG_MLX5_TC_CT)       += en/tc_ct.o
48
49 #
50 # Core extra
51 #
52 mlx5_core-$(CONFIG_MLX5_ESWITCH)   += eswitch.o eswitch_offloads.o eswitch_offloads_termtbl.o \
53                                       ecpf.o rdma.o esw/legacy.o
54 mlx5_core-$(CONFIG_MLX5_ESWITCH)   += esw/acl/helper.o \
55                                       esw/acl/egress_lgcy.o esw/acl/egress_ofld.o \
56                                       esw/acl/ingress_lgcy.o esw/acl/ingress_ofld.o \
57                                       esw/devlink_port.o esw/vporttbl.o
58 mlx5_core-$(CONFIG_MLX5_TC_SAMPLE) += esw/sample.o
59
60 mlx5_core-$(CONFIG_MLX5_MPFS)      += lib/mpfs.o
61 mlx5_core-$(CONFIG_VXLAN)          += lib/vxlan.o
62 mlx5_core-$(CONFIG_PTP_1588_CLOCK) += lib/clock.o
63 mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += lib/hv.o lib/hv_vhca.o
64
65 #
66 # Ipoib netdev
67 #
68 mlx5_core-$(CONFIG_MLX5_CORE_IPOIB) += ipoib/ipoib.o ipoib/ethtool.o ipoib/ipoib_vlan.o
69
70 #
71 # Accelerations & FPGA
72 #
73 mlx5_core-$(CONFIG_MLX5_IPSEC) += accel/ipsec_offload.o
74 mlx5_core-$(CONFIG_MLX5_FPGA_IPSEC) += fpga/ipsec.o
75 mlx5_core-$(CONFIG_MLX5_FPGA_TLS)   += fpga/tls.o
76 mlx5_core-$(CONFIG_MLX5_ACCEL)      += lib/crypto.o accel/tls.o accel/ipsec.o
77
78 mlx5_core-$(CONFIG_MLX5_FPGA) += fpga/cmd.o fpga/core.o fpga/conn.o fpga/sdk.o
79
80 mlx5_core-$(CONFIG_MLX5_EN_IPSEC) += en_accel/ipsec.o en_accel/ipsec_rxtx.o \
81                                      en_accel/ipsec_stats.o en_accel/ipsec_fs.o
82
83 mlx5_core-$(CONFIG_MLX5_EN_TLS) += en_accel/tls.o en_accel/tls_rxtx.o en_accel/tls_stats.o \
84                                    en_accel/fs_tcp.o en_accel/ktls.o en_accel/ktls_txrx.o \
85                                    en_accel/ktls_tx.o en_accel/ktls_rx.o
86
87 mlx5_core-$(CONFIG_MLX5_SW_STEERING) += steering/dr_domain.o steering/dr_table.o \
88                                         steering/dr_matcher.o steering/dr_rule.o \
89                                         steering/dr_icm_pool.o steering/dr_buddy.o \
90                                         steering/dr_ste.o steering/dr_send.o \
91                                         steering/dr_ste_v0.o steering/dr_ste_v1.o \
92                                         steering/dr_cmd.o steering/dr_fw.o \
93                                         steering/dr_action.o steering/fs_dr.o
94 #
95 # SF device
96 #
97 mlx5_core-$(CONFIG_MLX5_SF) += sf/vhca_event.o sf/dev/dev.o sf/dev/driver.o
98
99 #
100 # SF manager
101 #
102 mlx5_core-$(CONFIG_MLX5_SF_MANAGER) += sf/cmd.o sf/hw_table.o sf/devlink.o