xref: /openbmc/u-boot/drivers/usb/emul/Makefile (revision 6623aee5b6aba2f8efe9b7d2417f090f9c2b3cd3)
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) += sandbox_keyb.o
11obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o
12