diff options
Diffstat (limited to 'drivers/usb/common/Makefile')
-rw-r--r-- | drivers/usb/common/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/common/Makefile b/drivers/usb/common/Makefile new file mode 100644 index 000000000000..9b320d1a11fd --- /dev/null +++ b/drivers/usb/common/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the usb common parts. +# + +obj-$(CONFIG_USB_COMMON) += usb-common.o |