Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9ff70c2 authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Greg Kroah-Hartman
Browse files

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: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 916de027
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@ obj-$(CONFIG_USB_MICROTEK) += image/
obj-$(CONFIG_USB_SERIAL)	+= serial/
obj-$(CONFIG_USB_SERIAL)	+= serial/


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


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