diff options
| author | matt mooney <mfm@muteddisk.com> | 2010-09-24 15:17:33 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:21:56 -0400 |
| commit | 25013315678c78091a7826be7097fa2b60e30aac (patch) | |
| tree | 6be26b3a440d3876e1cc46606e22df909d681631 /drivers/usb/wusbcore | |
| parent | e0c43476c12db99e20066151d0c49aa76b34e50d (diff) | |
usb: change to new flag variable
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/wusbcore')
| -rw-r--r-- | drivers/usb/wusbcore/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/wusbcore/Makefile b/drivers/usb/wusbcore/Makefile index 75f1ade66258..f0d8045c802e 100644 --- a/drivers/usb/wusbcore/Makefile +++ b/drivers/usb/wusbcore/Makefile | |||
| @@ -21,6 +21,4 @@ wusb-wa-objs := wa-hc.o \ | |||
| 21 | wa-rpipe.o \ | 21 | wa-rpipe.o \ |
| 22 | wa-xfer.o | 22 | wa-xfer.o |
| 23 | 23 | ||
| 24 | ifeq ($(CONFIG_USB_WUSB_CBAF_DEBUG),y) | 24 | ccflags-$(CONFIG_USB_WUSB_CBAF_DEBUG) := -DDEBUG |
| 25 | EXTRA_CFLAGS += -DDEBUG | ||
| 26 | endif | ||
