diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-09-06 03:55:55 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 16:57:40 +0000 |
commit | 47d05a8629b0b37770676e80e1075baa7e691b36 (patch) | |
tree | 27e49f3413623f79359997ebca8ad180eb3f8711 /Makefile.target | |
parent | 4dd85b6b638c40e68fbc5b6046b27d0ef3627d7c (diff) |
target-xtensa: add dc232b core and board
This is Diamond 232L Standard Core Rev.B (LE).
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@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 ca8eaf2ffa..f7084532e6 100644 --- a/Makefile.target +++ b/Makefile.target @@ -370,6 +370,7 @@ obj-alpha-y += vga.o cirrus_vga.o obj-xtensa-y += xtensa_pic.o obj-xtensa-y += xtensa_sample.o +obj-xtensa-y += xtensa_dc232b.o obj-xtensa-y += xtensa-semi.o main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) |