mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-13 08:01:15 +00:00

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
9 lines
206 B
Makefile
9 lines
206 B
Makefile
#
|
|
# Makefile for USB monitor
|
|
#
|
|
|
|
usbmon-objs := mon_main.o mon_stat.o mon_text.o mon_bin.o mon_dma.o
|
|
|
|
# This does not use CONFIG_USB_MON because we want this to use a tristate.
|
|
obj-$(CONFIG_USB) += usbmon.o
|