]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/usb/emul/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / drivers / usb / emul / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
019808f9
SG
2#
3# (C) Copyright 2015 Google, Inc
4# Written by Simon Glass <sjg@chromium.org>
019808f9 5
f4f71536 6obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
5db43992 7obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
d8a26f03 8obj-$(CONFIG_USB_EMUL) += sandbox_keyb.o
019808f9 9obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o