X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2FMakefile;h=7658f873e0afe33ce27aba3bf46de8854f2158b4;hb=52e6935774afa45121df6a712c17f91f8f6c4f99;hp=eb6f34b53cb686a6cbd093482661fb96c01ced6a;hpb=1e7df7c4e4a1ad12b764c55369c313c1731dc4e8;p=u-boot diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index eb6f34b53c..7658f873e0 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -5,6 +5,11 @@ # SPDX-License-Identifier: GPL-2.0+ # +ifdef CONFIG_DM_USB +obj-$(CONFIG_CMD_USB) += usb-uclass.o +obj-$(CONFIG_SANDBOX) += usb-sandbox.o +endif + # ohci obj-$(CONFIG_USB_OHCI_NEW) += ohci-hcd.o obj-$(CONFIG_USB_ATMEL) += ohci-at91.o