From d127de3baa64d1cabc8e1994e658688abb577ba9 Mon Sep 17 00:00:00 2001 From: Bastian Koppelmann Date: Fri, 29 May 2020 09:21:48 +0200 Subject: target/tricore: Implement gdbstub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Alex Bennée Signed-off-by: Bastian Koppelmann Message-Id: <20200529072148.284037-6-kbastian@mail.uni-paderborn.de> --- target/tricore/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/tricore/Makefile.objs') diff --git a/target/tricore/Makefile.objs b/target/tricore/Makefile.objs index 7a05670718..281b55f08d 100644 --- a/target/tricore/Makefile.objs +++ b/target/tricore/Makefile.objs @@ -1 +1 @@ -obj-y += translate.o helper.o cpu.o op_helper.o fpu_helper.o +obj-y += translate.o helper.o cpu.o op_helper.o fpu_helper.o gdbstub.o -- cgit v1.2.3