blob: efa6a82e543dc70aab8be26359e73fc46e5cd589 [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
matt mooney8ec3b842011-01-14 06:12:36 -080012# ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
matt mooney8ec3b842011-01-14 06:12:36 -080015ccflags-y += -DMW_TRACE