home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / wan / lmc / Makefile
Encoding:
Makefile  |  2008-12-24  |  332 b   |  18 lines

  1. #
  2. # Makefile for the Lan Media 21140 based WAN cards
  3. # Specifically the 1000,1200,5200,5245
  4. #
  5.  
  6. obj-$(CONFIG_LANMEDIA) += lmc.o
  7.  
  8. lmc-objs := lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
  9.  
  10. # Like above except every packet gets echoed to KERN_DEBUG
  11. # in hex
  12. #
  13. # DBDEF = \
  14. # -DDEBUG \
  15. # -DLMC_PACKET_LOG
  16.  
  17. EXTRA_CFLAGS += -I. $(DBGDEF)
  18.