2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 04:03:58 +08:00
linux-next/drivers/usb/mon/Makefile

8 lines
122 B
Makefile
Raw Normal View History

#
# Makefile for USB monitor
#
usbmon-y := mon_main.o mon_stat.o mon_text.o mon_bin.o
obj-$(CONFIG_USB_MON) += usbmon.o