diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-28 18:32:56 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-23 23:34:50 (GMT) |
commit | 8fb822c5077c30258f27308d55f0eda5e398f3b6 (patch) | |
tree | 34fd202a33589db3dd149dd1aa499f4cfd64e3f4 /drivers/usb | |
parent | 523e531ea694eadf2957ee207bb4e0681e837057 (diff) | |
download | linux-8fb822c5077c30258f27308d55f0eda5e398f3b6.tar.xz |
USB: phy: remove CONFIG_USB_DEBUG usage
Now that no USB phy driver is using CONFIG_USB_DEBUG, remove it from the
Makefile.
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/phy/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index 070eca3..98730ca 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile @@ -1,9 +1,6 @@ # # Makefile for physical layer USB drivers # - -ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG - obj-$(CONFIG_USB_PHY) += phy.o obj-$(CONFIG_OF) += of.o |