162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# Copyright(c) 1999 - 2018 Intel Corporation. 362306a36Sopenharmony_ci# 462306a36Sopenharmony_ci# Makefile for the Intel(R) 10GbE PCI Express ethernet driver 562306a36Sopenharmony_ci# 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciobj-$(CONFIG_IXGBE) += ixgbe.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \ 1062306a36Sopenharmony_ci ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o \ 1162306a36Sopenharmony_ci ixgbe_mbx.o ixgbe_x540.o ixgbe_x550.o ixgbe_lib.o ixgbe_ptp.o \ 1262306a36Sopenharmony_ci ixgbe_xsk.o 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciixgbe-$(CONFIG_IXGBE_DCB) += ixgbe_dcb.o ixgbe_dcb_82598.o \ 1562306a36Sopenharmony_ci ixgbe_dcb_82599.o ixgbe_dcb_nl.o 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciixgbe-$(CONFIG_IXGBE_HWMON) += ixgbe_sysfs.o 1862306a36Sopenharmony_ciixgbe-$(CONFIG_DEBUG_FS) += ixgbe_debugfs.o 1962306a36Sopenharmony_ciixgbe-$(CONFIG_FCOE:m=y) += ixgbe_fcoe.o 2062306a36Sopenharmony_ciixgbe-$(CONFIG_IXGBE_IPSEC) += ixgbe_ipsec.o 21