]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/usb/emul/Makefile
dm: usb: sandbox: Add an emulator for USB hub emulation
[people/ms/u-boot.git] / drivers / usb / emul / Makefile
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
8 obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
9 obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
10 obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o