Jeff Kirsher | ae06c70 | 2018-03-22 10:08:48 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Auke Kok | 0abb6eb | 2006-09-27 12:53:14 -0700 | [diff] [blame] | 2 | # Copyright(c) 1999 - 2006 Intel Corporation. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
4 | # | ||||
5 | # Makefile for the Intel(R) PRO/1000 ethernet driver | ||||
6 | # | ||||
7 | |||||
8 | obj-$(CONFIG_E1000) += e1000.o | ||||
9 | |||||
10 | e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o |