diff options
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2020-05-29 09:21:48 +0200 |
---|---|---|
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2020-06-01 16:55:13 +0200 |
commit | d127de3baa64d1cabc8e1994e658688abb577ba9 (patch) | |
tree | bb47d9ffa47e5b8c050dc9fc2e8d16562bdb3b92 /target/tricore/Makefile.objs | |
parent | e00a56dbc3c278c36855fd0b72adc72c8bcf0cf5 (diff) |
target/tricore: Implement gdbstub
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20200529072148.284037-6-kbastian@mail.uni-paderborn.de>
Diffstat (limited to 'target/tricore/Makefile.objs')
-rw-r--r-- | target/tricore/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |