commit | 4f57a90cfa1872c0142483e426061dca4e3c90c4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 28 12:20:14 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Dec 13 09:18:44 2013 -0500 |
tree | fdf0e35017b73b07077654ba256602201777123b | |
parent | 755e08f0e56c014c106b88b8618de2c1987f393b [diff] |
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>