u-boot-brain/drivers/usb
Masahiro Yamada 4f57a90cfa drivers/usb/gadget: select objects by obj-$(CONFIG-...)
Before switching to the real Kbuild, drivers/usb/gadget/Makefile
must be fixed.
If none of CONFIG_USB_GADGET, CONFIG_USB_ETHER, CONFIG_USB_DEVICE
is defined, both obj- and obj-y get empty.

We need non-empty obj- or obj-y on each Makefile
to generate built-in.o on the real Kbuild.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2013-12-13 09:18:44 -05:00
..
eth drivers: usb: convert makefiles to Kbuild style 2013-10-31 13:25:38 -04:00
gadget drivers/usb/gadget: select objects by obj-$(CONFIG-...) 2013-12-13 09:18:44 -05:00
host usb: ehci-omap: Reset the USB Host OMAP module 2013-12-06 07:02:32 -05:00
musb drivers: usb: convert makefiles to Kbuild style 2013-10-31 13:25:38 -04:00
musb-new drivers: usb: convert makefiles to Kbuild style 2013-10-31 13:25:38 -04:00
phy drivers: usb: convert makefiles to Kbuild style 2013-10-31 13:25:38 -04:00
ulpi drivers: usb: convert makefiles to Kbuild style 2013-10-31 13:25:38 -04:00