2018-03-22 10:08:48 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2008-07-08 15:53:09 -07:00
|
|
|
# Copyright(c) 1999 - 2008 Intel Corporation.
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
2006-09-27 12:53:14 -07:00
|
|
|
# Makefile for the Intel(R) PRO/10GbE ethernet driver
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_IXGB) += ixgb.o
|
|
|
|
|
|
|
|
|
|
ixgb-objs := ixgb_main.o ixgb_hw.o ixgb_ee.o ixgb_ethtool.o ixgb_param.o
|