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 / ipg / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  232 b   |  12 lines

  1. #
  2. # Makefile for IC Plus Ethernet Adapter driver for Linux
  3. # Copyright (c) 2004 by IC Plus Corporation.
  4. #
  5. #
  6.  
  7. EXTRA_CFLAGS += -DUSE_IO_OPS
  8. #MAPPING_MODE += -DJUMBO_FRAME_SIZE_4K
  9.  
  10. ipg-objs := ipg_main.o
  11. obj-$(CONFIG_NET_IPG) += ipg.o
  12.