Skip to content
Snippets Groups Projects
Commit 4f57a90c authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 755e08f0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment