diff options
author | Michael Walle <michael@walle.cc> | 2011-02-17 23:45:02 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-03-07 13:42:36 +0100 |
commit | 81ea0e130470bb307e5ab7e2d71e7b80b46ef1bf (patch) | |
tree | 12fa76fd965b4a318cbef7c5b5eac76ff0b2d652 /Makefile.target | |
parent | ca27c052d992da83ce0786d81f85b87cd1f5d301 (diff) |
LatticeMico32 target support
This patch adds support for the LatticeMico32 softcore processor by Lattice
Semiconductor.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 220589ebbf..857976aa57 100644 --- a/Makefile.target +++ b/Makefile.target @@ -247,6 +247,8 @@ obj-ppc-y += xilinx_timer.o obj-ppc-y += xilinx_uartlite.o obj-ppc-y += xilinx_ethlite.o +# LM32 peripherals + 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 obj-mips-y += vga.o i8259.o |