blob: 26b4fce217b6475ecb3e8a696cb82e4f9f0cccb6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for ACP Modem (Mwave).
3#
4# See the README file in this directory for more info. <paulsch@us.ibm.com>
5#
6
7obj-$(CONFIG_MWAVE) += mwave.o
8
Tracey Dentcb299ba82010-10-27 15:34:24 -07009mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11# To have the mwave driver disable other uarts if necessary
12# EXTRA_CFLAGS += -DMWAVE_FUTZ_WITH_OTHER_DEVICES
13
14# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
Tracey Dentcb299ba82010-10-27 15:34:24 -070015ccflags-y := -DMW_TRACE