diff options
author | Peter Chen <peter.chen@freescale.com> | 2014-04-29 08:35:58 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-27 15:29:44 -0700 |
commit | f4cbd33fd5f0587910fa9db403a1b42f1cabf820 (patch) | |
tree | 8b1035d1db815ab20627bb448e5a24f1b5e59c64 /drivers/usb/common/Makefile | |
parent | 0cc4cf6f3049fe174b6698016e046a233a2a6045 (diff) | |
download | linux-f4cbd33fd5f0587910fa9db403a1b42f1cabf820.tar.bz2 |
usb: move usb/usb-common.c to usb/common/usb-common.c
Since we will have more usb-common things, and it will let
usb-common.c be larger and larger, we create a folder named usb/common
for all usb common things.
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 |