X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fmon%2FMakefile;h=90c59535778d7c39218c602c1536c7e3e047a278;hb=6f23ee1fefdc1f80bd8a3ab04a1c41ab2dec14c9;hp=3cf3ea3a88edaa5f256e5946846bd0c7a20fd3bc;hpb=a8ef36bc0a5fe973bddaa54a5a07cda29e04a602;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/usb/mon/Makefile b/drivers/usb/mon/Makefile index 3cf3ea3a88ed..90c59535778d 100644 --- a/drivers/usb/mon/Makefile +++ b/drivers/usb/mon/Makefile @@ -2,7 +2,7 @@ # Makefile for USB Core files and filesystem # -usbmon-objs := mon_main.o mon_stat.o mon_text.o mon_dma.o +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