mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
The printk tracing makes the code hard to follow for no good benefit. Everyone can use dynamic tracing and/or kprobes. Drop this unreadable bloatware too. Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://patch.msgid.link/20251119091949.825958-5-jirislaby@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
236 B
Makefile
11 lines
236 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for ACP Modem (Mwave).
|
|
#
|
|
# See the README file in this directory for more info. <paulsch@us.ibm.com>
|
|
#
|
|
|
|
obj-$(CONFIG_MWAVE) += mwave.o
|
|
|
|
mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
|