diff options
author | Michael Walle <michael@walle.cc> | 2011-03-07 23:32:44 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-04-04 10:26:54 +0200 |
commit | 5052d2277fdcc08afda245ebfce3163935dc7dfb (patch) | |
tree | 6351945d35e61cc48d1178ba60a8479da4e84786 /Makefile.target | |
parent | 38d3339398ec0cffa53834ed32306836a4ad2c78 (diff) |
lm32: add support for the Milkymist board
This patch adds almost complete support for the Milkymist system-on-chip
(http://www.milkymist.org).
Additional to running bare metal applications, booting a linux kernel with
initrd is supported.
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 2a65e15be9..2f7671454c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -260,6 +260,7 @@ obj-ppc-y += xilinx_ethlite.o # LM32 boards obj-lm32-y += lm32_boards.o +obj-lm32-y += milkymist.o # LM32 peripherals obj-lm32-y += lm32_pic.o |