common: usb: Update logic for usb.o, usb_hub.o and usb_storage.o
authorTom Rini <trini@konsulko.com>
Mon, 13 Jun 2022 00:02:03 +0000 (20:02 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:11:48 +0000 (17:11 -0400)
commit525fbfabf1f91bde3bd8fc8aa3ec8504e77c074f
treef685cd8de66143ce613e2fc50bf039f93a307161
parent78196169fdb6dbb45f1f76e26938cadd91a12ab1
common: usb: Update logic for usb.o, usb_hub.o and usb_storage.o

Now that we have consistently named symbols to enable USB host or gadget
controller support in SPL or full U-Boot, we do not need to
unconditionally build USB files nor depend on non-SPL symbols to know
when to build these common files.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/Makefile