]> git.sur5r.net Git - u-boot/blob - drivers/usb/emul/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / usb / emul / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2015 Google, Inc
4 # Written by Simon Glass <sjg@chromium.org>
5
6 obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
7 obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
8 obj-$(CONFIG_USB_EMUL) += sandbox_keyb.o
9 obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o