diff options
Diffstat (limited to 'drivers/usb/class/Makefile')
| -rw-r--r-- | drivers/usb/class/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/class/Makefile b/drivers/usb/class/Makefile index 22947124775..32e85277b5c 100644 --- a/drivers/usb/class/Makefile +++ b/drivers/usb/class/Makefile @@ -4,6 +4,6 @@ # obj-$(CONFIG_USB_ACM) += cdc-acm.o -obj-$(CONFIG_USB_AUDIO) += audio.o -obj-$(CONFIG_USB_MIDI) += usb-midi.o obj-$(CONFIG_USB_PRINTER) += usblp.o +obj-$(CONFIG_USB_WDM) += cdc-wdm.o +obj-$(CONFIG_USB_TMC) += usbtmc.o |
