Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the SysKonnect FDDI PCI adapter driver
0004 #
0005 
0006 obj-$(CONFIG_SKFP) += skfp.o
0007 
0008 skfp-objs :=  skfddi.o    hwmtm.o    fplustm.o  smt.o      cfm.o     \
0009               ecm.o       pcmplc.o   pmf.o      queue.o    rmt.o     \
0010               smtdef.o    smtinit.o  smttimer.o srf.o      hwt.o     \
0011               drvfbi.o   ess.o
0012 
0013 # NOTE:
0014 #   Compiling this driver produces some warnings (and some more are 
0015 #   switched off below), but I did not fix this, because the Hardware
0016 #   Module source (see skfddi.c for details) is used for different
0017 #   drivers, and fixing it for Linux might bring problems on other
0018 #   projects. To keep the source common for all those drivers (and
0019 #   thus simplify fixes to it), please do not clean it up!
0020 
0021 ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes