Makefile 805 B

1234567891011121314151617181920
  1. #
  2. # Makefile for the SysKonnect FDDI PCI adapter driver
  3. #
  4. obj-$(CONFIG_SKFP) += skfp.o
  5. skfp-objs := 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 hwt.o \
  8. drvfbi.o ess.o
  9. # NOTE:
  10. # Compiling this driver produces some warnings (and some more are
  11. # switched off below), but I did not fix this, because the Hardware
  12. # Module source (see skfddi.c for details) is used for different
  13. # drivers, and fixing it for Linux might bring problems on other
  14. # projects. To keep the source common for all those drivers (and
  15. # thus simplify fixes to it), please do not clean it up!
  16. ccflags-y := -Idrivers/net/skfp -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes