Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. # File: drivers/lmc/Makefile
  2. #
  3. # Makefile for the Lan Media 21140 based WAN cards
  4. # Specifically the 1000,1200,5200,5245
  5. #
  6. O_TARGET := lmc.o
  7. obj-y := lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
  8. obj-m := lmc.o
  9. # Like above except every packet gets echoed to KERN_DEBUG
  10. # in hex
  11. #
  12. # DBDEF = 
  13. # -DDEBUG 
  14. # -DLMC_PACKET_LOG
  15. EXTRA_CFLAGS += -I. $(DBGDEF)
  16. include $(TOPDIR)/Rules.make
  17. clean:
  18. rm -f core *.o *.a *.s