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