summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/Makefile
diff options
context:
space:
mode:
authormatt mooney <mfmooney@gmail.com>2011-05-11 08:54:13 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-11 21:06:51 (GMT)
commit981f30cc9b93fbf1f722f31276ddb19b95a30ddd (patch)
tree6695074aa98b1d4f88c426329d6f455ce2c9f7b8 /drivers/staging/usbip/Makefile
parent0c4ac072b3f5e1287a11f109ca0cc9c909d74919 (diff)
downloadlinux-fsl-qoriq-981f30cc9b93fbf1f722f31276ddb19b95a30ddd.tar.xz
staging: usbip: change debug configuration option
Change CONFIG_USB_IP_DEBUG_ENABLE to CONFIG_USB_IP_DEBUG, and move ccflags- to the head of the makefile. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip/Makefile')
-rw-r--r--drivers/staging/usbip/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/usbip/Makefile b/drivers/staging/usbip/Makefile
index 279f3cc..a43a890 100644
--- a/drivers/staging/usbip/Makefile
+++ b/drivers/staging/usbip/Makefile
@@ -1,3 +1,5 @@
+ccflags-$(CONFIG_USB_IP_DEBUG) := -DDEBUG
+
obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o
usbip_common_mod-y := usbip_common.o usbip_event.o
@@ -6,6 +8,3 @@ vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
obj-$(CONFIG_USB_IP_HOST) += usbip.o
usbip-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
-
-ccflags-$(CONFIG_USB_IP_DEBUG_ENABLE) := -DDEBUG
-