diff options
author | Michael Walle <michael@walle.cc> | 2011-03-07 23:32:41 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-04-04 10:26:53 +0200 |
commit | 883de16b464554e195fe7e20daaa9525cfeaf3a2 (patch) | |
tree | 5a23a39f3bceaa16635e1503da5aba6cb82620bd /Makefile.target | |
parent | 0670dadd64be8c06d176e797bfc1943ecbce6eb2 (diff) |
lm32: add Milkymist UART support
This patch adds support for Milkymist's simple UART.
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 6581519064..c009117e47 100644 --- a/Makefile.target +++ b/Makefile.target @@ -275,6 +275,7 @@ obj-lm32-y += milkymist-pfpu.o obj-lm32-y += milkymist-softusb.o obj-lm32-y += milkymist-sysctl.o obj-lm32-$(CONFIG_OPENGL) += milkymist-tmu2.o +obj-lm32-y += milkymist-uart.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 |