| # 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_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 |