diff options
author | Michael Walle <michael@walle.cc> | 2011-03-07 23:32:37 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-04-04 10:26:53 +0200 |
commit | 87a381ec341bd0195db0531db10f29d603eff49a (patch) | |
tree | e31036d12b4ceae85b1fdd041213d53e334b626e /Makefile.target | |
parent | 5ee18b9c6843fa69da3c3ed92c57e01102614e34 (diff) |
lm32: add Milkymist SoftUSB support
This patch adds support for Milkymist's SoftUSB core. This model differ
from the real hardware in its functionality. The real hardware consits of a
tiny freely programmable microcontroller which controls the USB ports. For
simplicity reasons, this model emulates only keyboard and mouse input
devices, eg. input events translates directly to the corresponding expected
messages.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 0a87446f15..8924626c30 100644 --- a/Makefile.target +++ b/Makefile.target @@ -272,6 +272,7 @@ obj-lm32-y += milkymist-hpdmc.o obj-lm32-y += milkymist-memcard.o obj-lm32-y += milkymist-minimac.o obj-lm32-y += milkymist-pfpu.o +obj-lm32-y += milkymist-softusb.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o |