From 176ac95ed19f7728985d3d904671732a54eb42e7 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Sun, 15 Apr 2012 19:12:16 +0400 Subject: target-xtensa: add dc233c core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is Diamond 233L Standard Core Rev.C (LE), implemented through linux/gdb overlay. Signed-off-by: Max Filippov Reviewed-by: Andreas Färber Signed-off-by: Blue Swirl --- Makefile.target | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.target') 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) -- cgit v1.2.1