summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei/hinic3/Makefile
blob: 4ebad3a4f94398983dddf5e4820e85b3be026fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved.

obj-$(CONFIG_HINIC3) += hinic3.o

hinic3-objs := hinic3_cmdq.o \
	       hinic3_common.o \
	       hinic3_eqs.o \
	       hinic3_ethtool.o \
	       hinic3_filter.o \
	       hinic3_hw_cfg.o \
	       hinic3_hw_comm.o \
	       hinic3_hwdev.o \
	       hinic3_hwif.o \
	       hinic3_irq.o \
	       hinic3_lld.o \
	       hinic3_main.o \
	       hinic3_mbox.o \
	       hinic3_mgmt.o \
	       hinic3_netdev_ops.o \
	       hinic3_nic_cfg.o \
	       hinic3_nic_io.o \
	       hinic3_queue_common.o \
	       hinic3_rss.o \
	       hinic3_rx.o \
	       hinic3_tx.o \
	       hinic3_wq.o