lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 29 Mar 2007 09:40:31 -0700 From: Auke Kok <auke-jan.h.kok@...el.com> To: jeff@...zik.org Cc: auke-jan.h.kok@...el.com, bruce.w.allan@...el.com, jeffrey.t.kirsher@...el.com, jesse.brandeburg@...el.com, cramerj@...el.com, john.ronciak@...el.com, arjan.van.de.ven@...el.com, akpm@...ux-foundation.org, netdev@...r.kernel.org Subject: [PATCH 16/19] e1000: add new chipset-specific files and api files to the Makefile From: Jeb Cramer <cramerj@...el.com> Signed-off-by: Jeb Cramer <cramerj@...el.com> Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com> --- drivers/net/e1000/Makefile | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/drivers/net/e1000/Makefile b/drivers/net/e1000/Makefile index 4a6ab15..1086807 100644 --- a/drivers/net/e1000/Makefile +++ b/drivers/net/e1000/Makefile @@ -1,7 +1,7 @@ ################################################################################ # # Intel PRO/1000 Linux driver -# Copyright(c) 1999 - 2006 Intel Corporation. +# Copyright(c) 1999 - 2007 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, @@ -32,4 +32,18 @@ obj-$(CONFIG_E1000) += e1000.o -e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o +e1000-objs := e1000_api.o \ + e1000_82540.o \ + e1000_82541.o \ + e1000_82543.o \ + e1000_82542.o \ + e1000_82571.o \ + e1000_ich8lan.o \ + e1000_80003es2lan.o \ + e1000_mac.o \ + e1000_phy.o \ + e1000_nvm.o \ + e1000_manage.o \ + e1000_param.o \ + e1000_ethtool.o \ + e1000_main.o - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists