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