mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-06 22:56:46 +07:00
d43a05fdc2
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
|