1# SPDX-License-Identifier: GPL-2.0 2# Copyright(c) 1999 - 2008 Intel Corporation. 3# 4# Makefile for the Intel(R) PRO/10GbE ethernet driver 5# 6 7obj-$(CONFIG_IXGB) += ixgb.o 8 9ixgb-objs := ixgb_main.o ixgb_hw.o ixgb_ee.o ixgb_ethtool.o ixgb_param.o 10