xref: /linux/drivers/char/mwave/Makefile (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for ACP Modem (Mwave).
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds# See the README file in this directory for more info. <paulsch@us.ibm.com>
61da177e4SLinus Torvalds#
71da177e4SLinus Torvalds
81da177e4SLinus Torvaldsobj-$(CONFIG_MWAVE) += mwave.o
91da177e4SLinus Torvalds
10cb299ba8STracey Dentmwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
111da177e4SLinus Torvalds
121da177e4SLinus Torvalds# To have the mwave driver disable other uarts if necessary
138ec3b843Smatt mooney# ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
141da177e4SLinus Torvalds
151da177e4SLinus Torvalds# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
168ec3b843Smatt mooneyccflags-y += -DMW_TRACE
17