Searched hist:"4 f57a90cfa1872c0142483e426061dca4e3c90c4" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | Makefile | 4f57a90cfa1872c0142483e426061dca4e3c90c4 Thu Nov 28 03:20:14 UTC 2013 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>
|