Skip to content

Commit f9ff70c

Browse files
nikai3dgregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 916de02 commit f9ff70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ obj-$(CONFIG_USB_MICROTEK) += image/
4141
obj-$(CONFIG_USB_SERIAL) += serial/
4242

4343
obj-$(CONFIG_USB) += misc/
44-
obj-y += early/
44+
obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/
4545

4646
obj-$(CONFIG_USB_ATM) += atm/
4747
obj-$(CONFIG_USB_SPEEDTOUCH) += atm/

0 commit comments

Comments
 (0)