2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for ACP Modem (Mwave).
|
|
|
|
#
|
|
|
|
# See the README file in this directory for more info. <paulsch@us.ibm.com>
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_MWAVE) += mwave.o
|
|
|
|
|
2010-10-27 22:34:24 +00:00
|
|
|
mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
# To have the mwave driver disable other uarts if necessary
|
2011-01-14 14:12:36 +00:00
|
|
|
# ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
|
2011-01-14 14:12:36 +00:00
|
|
|
ccflags-y += -DMW_TRACE
|