diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2010-06-27 17:27:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-10 14:35:38 -0700 |
commit | f9ff70c25a7779cf6e2b0ff4aecf9c9b28eefae6 (patch) | |
tree | b46de155bb560e330572b020f9d760a5640bc9e8 /drivers/usb/Makefile | |
parent | 916de0272018482c35402d410869353003051eb9 (diff) | |
download | linux-3.10-f9ff70c25a7779cf6e2b0ff4aecf9c9b28eefae6.tar.gz linux-3.10-f9ff70c25a7779cf6e2b0ff4aecf9c9b28eefae6.tar.bz2 linux-3.10-f9ff70c25a7779cf6e2b0ff4aecf9c9b28eefae6.zip |
USB: drivers/usb/Makefile: conditionally descend to 'early'
Don't descend to the EARLY_PRINTK_DBGP directory
unless it is actually used.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 80b4008c89b..239f050efa3 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -41,7 +41,7 @@ obj-$(CONFIG_USB_MICROTEK) += image/ obj-$(CONFIG_USB_SERIAL) += serial/ obj-$(CONFIG_USB) += misc/ -obj-y += early/ +obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/ obj-$(CONFIG_USB_ATM) += atm/ obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ |