Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[linux-2.6-block.git] / drivers / char / mwave / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Makefile for ACP Modem (Mwave).
4#
5# See the README file in this directory for more info. <paulsch@us.ibm.com>
6#
7
8obj-$(CONFIG_MWAVE) += mwave.o
9
cb299ba8 10mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
1da177e4
LT
11
12# To have the mwave driver disable other uarts if necessary
8ec3b843 13# ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
1da177e4
LT
14
15# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
8ec3b843 16ccflags-y += -DMW_TRACE