^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Makefile for the SysKonnect FDDI PCI adapter driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) obj-$(CONFIG_SKFP) += skfp.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) ecm.o pcmplc.o pmf.o queue.o rmt.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) smtdef.o smtinit.o smttimer.o srf.o hwt.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) drvfbi.o ess.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) # NOTE:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) # Compiling this driver produces some warnings (and some more are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) # switched off below), but I did not fix this, because the Hardware
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) # Module source (see skfddi.c for details) is used for different
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) # drivers, and fixing it for Linux might bring problems on other
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) # projects. To keep the source common for all those drivers (and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) # thus simplify fixes to it), please do not clean it up!
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) ccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes