WIP FPC-III support
[linux/fpc-iii.git] / drivers / char / mwave / Makefile
bloba24fe96e3c96942b4beb01fec096bf328cd4ef06
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for ACP Modem (Mwave).
5 # See the README file in this directory for more info. <paulsch@us.ibm.com>
8 obj-$(CONFIG_MWAVE) += mwave.o
10 mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
12 # To have the mwave driver disable other uarts if necessary
13 # ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
15 # To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
16 ccflags-y += -DMW_TRACE