xref: /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for Qlogic 1G/10G Ethernet Driver for CNA devices
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_QLCNIC) := qlcnic.o
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciqlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
98c2ecf20Sopenharmony_ci	qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o \
108c2ecf20Sopenharmony_ci	qlcnic_sysfs.o qlcnic_minidump.o qlcnic_83xx_hw.o \
118c2ecf20Sopenharmony_ci	qlcnic_83xx_init.o qlcnic_83xx_vnic.o \
128c2ecf20Sopenharmony_ci	qlcnic_sriov_common.o
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciqlcnic-$(CONFIG_QLCNIC_SRIOV) += qlcnic_sriov_pf.o
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciqlcnic-$(CONFIG_QLCNIC_DCB) += qlcnic_dcb.o
17

Indexes created Thu Nov 07 10:32:03 CST 2024