Makefile (734d1ece37fbf3d2ddfc71bc6c69e0fe35f02542) | Makefile (e428893b7d0aecd0ca627c439e7420334824f764) |
---|---|
1################################################################################ 2# 3# Intel 82575 PCI-Express Ethernet Linux driver 4# Copyright(c) 1999 - 2012 Intel Corporation. 5# 6# This program is free software; you can redistribute it and/or modify it 7# under the terms and conditions of the GNU General Public License, 8# version 2, as published by the Free Software Foundation. --- 20 unchanged lines hidden (view full) --- 29# 30# Makefile for the Intel(R) 82575 PCI-Express ethernet driver 31# 32 33obj-$(CONFIG_IGB) += igb.o 34 35igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \ 36 e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \ | 1################################################################################ 2# 3# Intel 82575 PCI-Express Ethernet Linux driver 4# Copyright(c) 1999 - 2012 Intel Corporation. 5# 6# This program is free software; you can redistribute it and/or modify it 7# under the terms and conditions of the GNU General Public License, 8# version 2, as published by the Free Software Foundation. --- 20 unchanged lines hidden (view full) --- 29# 30# Makefile for the Intel(R) 82575 PCI-Express ethernet driver 31# 32 33obj-$(CONFIG_IGB) += igb.o 34 35igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \ 36 e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \ |
37 e1000_i210.o igb_ptp.o | 37 e1000_i210.o igb_ptp.o igb_hwmon.o |