blob: bf2d49a5329242316b1cff44cf1688d6366b03ec [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass019808f2015-03-25 12:22:37 -06002#
3# (C) Copyright 2015 Google, Inc
4# Written by Simon Glass <sjg@chromium.org>
Simon Glass019808f2015-03-25 12:22:37 -06005
Simon Glassf4f71532015-03-25 12:22:39 -06006obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
Simon Glass5db43992015-03-25 12:22:40 -06007obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
Simon Glassd8a26f02015-11-08 23:48:06 -07008obj-$(CONFIG_USB_EMUL) += sandbox_keyb.o
Simon Glass019808f2015-03-25 12:22:37 -06009obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o