diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-04-15 19:12:16 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-04-15 17:43:16 +0000 |
commit | 176ac95ed19f7728985d3d904671732a54eb42e7 (patch) | |
tree | e16163f813558734072d7433c26ae5eba4cd7a0e /Makefile.target | |
parent | 11ea40905259f29e448af816ff00d9d9f0951818 (diff) |
target-xtensa: add dc233c core
This is Diamond 233L Standard Core Rev.C (LE), implemented through
linux/gdb overlay.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
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 65fb8f02b2..3ab791a951 100644 --- a/Makefile.target +++ b/Makefile.target @@ -416,6 +416,7 @@ obj-xtensa-y += xtensa_sim.o obj-xtensa-y += xtensa_lx60.o obj-xtensa-y += xtensa-semi.o obj-xtensa-y += core-dc232b.o +obj-xtensa-y += core-dc233c.o obj-xtensa-y += core-fsf.o main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) |