1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 233f810b2SJeff Kirsher# 333f810b2SJeff Kirsher# Makefile for the SysKonnect FDDI PCI adapter driver 433f810b2SJeff Kirsher# 533f810b2SJeff Kirsher 633f810b2SJeff Kirsherobj-$(CONFIG_SKFP) += skfp.o 733f810b2SJeff Kirsher 833f810b2SJeff Kirsherskfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \ 933f810b2SJeff Kirsher ecm.o pcmplc.o pmf.o queue.o rmt.o \ 1033f810b2SJeff Kirsher smtdef.o smtinit.o smttimer.o srf.o hwt.o \ 1133f810b2SJeff Kirsher drvfbi.o ess.o 1233f810b2SJeff Kirsher 1333f810b2SJeff Kirsher# NOTE: 1433f810b2SJeff Kirsher# Compiling this driver produces some warnings (and some more are 1533f810b2SJeff Kirsher# switched off below), but I did not fix this, because the Hardware 1633f810b2SJeff Kirsher# Module source (see skfddi.c for details) is used for different 1733f810b2SJeff Kirsher# drivers, and fixing it for Linux might bring problems on other 1833f810b2SJeff Kirsher# projects. To keep the source common for all those drivers (and 1933f810b2SJeff Kirsher# thus simplify fixes to it), please do not clean it up! 2033f810b2SJeff Kirsher 214a183670SArnd Bergmannccflags-y := -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes 22