xref: /rk3399_rockchip-uboot/drivers/usb/emul/Makefile (revision c8a7ba9e6a5fe2fc7b4a7894829aa0b0148b4d40)
1#
2# (C) Copyright 2015 Google, Inc
3# Written by Simon Glass <sjg@chromium.org>
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
9obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
10obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o
11