diff options
author | Michael Walle <michael@walle.cc> | 2011-02-17 23:45:08 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-03-07 13:42:36 +0100 |
commit | 15d7dc4f8086b9d0a09fbcf28ee1654a210351dd (patch) | |
tree | 9139b699854bff0ecc58cf989b0bc802fbfd49d6 /Makefile.target | |
parent | 4ef66fa71882a8f8682d9a8d1528e1ec98c264e5 (diff) |
lm32: juart model
This patch adds the JTAG UART model. It is accessed through special control
registers and opcodes. Therefore the translation uses callbacks to this
model.
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 a6e7e5affe..c1fcc5bccf 100644 --- a/Makefile.target +++ b/Makefile.target @@ -249,6 +249,7 @@ obj-ppc-y += xilinx_ethlite.o # LM32 peripherals obj-lm32-y += lm32_pic.o +obj-lm32-y += lm32_juart.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 |