commit | 5ab56e622536fdc53af1c47cb425c187c0a42d69 | [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 | 2a24c33b2e2b4675ac5ca8351931b57f62ec53fc [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>