Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for ACP Modem (Mwave).
0004 #
0005 # See the README file in this directory for more info. <paulsch@us.ibm.com>
0006 #
0007 
0008 obj-$(CONFIG_MWAVE) += mwave.o
0009 
0010 mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
0011 
0012 # To have the mwave driver disable other uarts if necessary
0013 # ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
0014 
0015 # To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
0016 ccflags-y += -DMW_TRACE