summaryrefslogtreecommitdiff
path: root/drivers/usb/emul/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 18:22:40 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:26 (GMT)
commit5db439920b87986870e3f1e980d842ae173a8764 (patch)
tree50dce6f4dcdb4c8f9852cbd34a3d5c1a57559d11 /drivers/usb/emul/Makefile
parentf4f715360c490e20d25337a1984b508bf2061664 (diff)
downloadu-boot-5db439920b87986870e3f1e980d842ae173a8764.tar.xz
dm: usb: sandbox: Add an emulator for USB hub emulation
All USB controllers need a root hub. Add a sandbox emulation for this so that we can add USB devices to sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/emul/Makefile')
-rw-r--r--drivers/usb/emul/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/emul/Makefile b/drivers/usb/emul/Makefile
index 1d5acce..8fd83d5 100644
--- a/drivers/usb/emul/Makefile
+++ b/drivers/usb/emul/Makefile
@@ -6,4 +6,5 @@
#
obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
+obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o