mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00

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
|