aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/usb/emul/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/usb/emul/Makefile')
-rw-r--r--roms/u-boot/drivers/usb/emul/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/usb/emul/Makefile b/roms/u-boot/drivers/usb/emul/Makefile
new file mode 100644
index 000000000..bf2d49a53
--- /dev/null
+++ b/roms/u-boot/drivers/usb/emul/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# (C) Copyright 2015 Google, Inc
+# Written by Simon Glass <sjg@chromium.org>
+
+obj-$(CONFIG_USB_EMUL) += sandbox_flash.o
+obj-$(CONFIG_USB_EMUL) += sandbox_hub.o
+obj-$(CONFIG_USB_EMUL) += sandbox_keyb.o
+obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o