home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / net / e1000 / Makefile
Encoding:
Makefile  |  2006-08-11  |  1.3 KB  |  36 lines

  1. ################################################################################
  2. #
  3. # Copyright(c) 1999 - 2003 Intel Corporation. All rights reserved.
  4. # This program is free software; you can redistribute it and/or modify it 
  5. # under the terms of the GNU General Public License as published by the Free 
  6. # Software Foundation; either version 2 of the License, or (at your option) 
  7. # any later version.
  8. # This program is distributed in the hope that it will be useful, but WITHOUT 
  9. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
  10. # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
  11. # more details.
  12. # You should have received a copy of the GNU General Public License along with
  13. # this program; if not, write to the Free Software Foundation, Inc., 59 
  14. # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  15. # The full GNU General Public License is included in this distribution in the
  16. # file called LICENSE.
  17. # Contact Information:
  18. # Linux NICS <linux.nics@intel.com>
  19. # Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  20. #
  21. ################################################################################
  22.  
  23. #
  24. # Makefile for the Intel(R) PRO/1000 ethernet driver
  25. #
  26.  
  27. obj-$(CONFIG_E1000) += e1000.o
  28.  
  29. e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o
  30.