18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# Copyright(c) 1999 - 2018 Intel Corporation. 38c2ecf20Sopenharmony_ci# 48c2ecf20Sopenharmony_ci# Makefile for the Intel(R) 10GbE PCI Express ethernet driver 58c2ecf20Sopenharmony_ci# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciobj-$(CONFIG_IXGBE) += ixgbe.o 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \ 108c2ecf20Sopenharmony_ci ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o \ 118c2ecf20Sopenharmony_ci ixgbe_mbx.o ixgbe_x540.o ixgbe_x550.o ixgbe_lib.o ixgbe_ptp.o \ 128c2ecf20Sopenharmony_ci ixgbe_xsk.o 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciixgbe-$(CONFIG_IXGBE_DCB) += ixgbe_dcb.o ixgbe_dcb_82598.o \ 158c2ecf20Sopenharmony_ci ixgbe_dcb_82599.o ixgbe_dcb_nl.o 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciixgbe-$(CONFIG_IXGBE_HWMON) += ixgbe_sysfs.o 188c2ecf20Sopenharmony_ciixgbe-$(CONFIG_DEBUG_FS) += ixgbe_debugfs.o 198c2ecf20Sopenharmony_ciixgbe-$(CONFIG_FCOE:m=y) += ixgbe_fcoe.o 208c2ecf20Sopenharmony_ciixgbe-$(CONFIG_IXGBE_IPSEC) += ixgbe_ipsec.o 21