Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Makefile for the SysKonnect FDDI PCI adapter driver
  3. #
  4. O_TARGET := skfp.o
  5. obj-y :=      skfddi.o    hwmtm.o    fplustm.o  smt.o      cfm.o     
  6.               ecm.o       pcmplc.o   pmf.o      queue.o    rmt.o     
  7.       smtdef.o    smtinit.o  smttimer.o srf.o      lnkstat.o 
  8.               smtparse.o  hwt.o      drvfbi.o   ess.o
  9. obj-m := skfp.o
  10. # NOTE:
  11. #   Compiling this driver produces some warnings (and some more are 
  12. #   switched off below), but I did not fix this, because the Hardware
  13. #   Module source (see skfddi.c for details) is used for different
  14. #   drivers, and fixing it for Linux might bring problems on other
  15. #   projects. To keep the source common for all those drivers (and
  16. #   thus simplify fixes to it), please do not clean it up!
  17.  
  18. EXTRA_CFLAGS += -I. -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes 
  19. include $(TOPDIR)/Rules.make
  20. clean:
  21. rm -f core *.o *.a *.s