blob: b64ac6d72135269d8630506591ff7f3752e605ee [file] [log] [blame]
Simon Glass019808f2015-03-25 12:22:37 -06001#
2# (C) Copyright 2015 Google, Inc
3# Written by Simon Glass <sjg@chromium.org>
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
Simon Glassf4f71532015-03-25 12:22:39 -06008obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
Simon Glass5db43992015-03-25 12:22:40 -06009obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
Simon Glassd8a26f02015-11-08 23:48:06 -070010obj-$(CONFIG_USB_EMUL) += sandbox_keyb.o
Simon Glass019808f2015-03-25 12:22:37 -060011obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o