mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
5db439920b
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>
10 lines
246 B
Makefile
10 lines
246 B
Makefile
#
|
|
# (C) Copyright 2015 Google, Inc
|
|
# Written by Simon Glass <sjg@chromium.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
|
|
obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
|
|
obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o
|