summaryrefslogtreecommitdiff
path: root/drivers/usb/emul/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-09 06:48:06 (GMT)
committerSimon Glass <sjg@chromium.org>2015-11-20 03:27:52 (GMT)
commitd8a26f0300e0fae51de277e5d5892926de12102f (patch)
tree0df35185229182cf796f38e393f409dc1609e6c2 /drivers/usb/emul/Makefile
parentb70a3fea947b28c1368063048c494389d030233b (diff)
downloadu-boot-d8a26f0300e0fae51de277e5d5892926de12102f.tar.xz
usb: sandbox: Add a USB emulation driver
Add a simple USB keyboard driver for sandbox. It provides a function to 'load' it with input data, which it will then stream through to the normal U-Boot input subsystem. When the input data is exhausted, the keyboard stops providing data. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/emul/Makefile')
-rw-r--r--drivers/usb/emul/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/emul/Makefile b/drivers/usb/emul/Makefile
index 8fd83d5..b64ac6d 100644
--- a/drivers/usb/emul/Makefile
+++ b/drivers/usb/emul/Makefile
@@ -7,4 +7,5 @@
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