diff options
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2014-09-01 12:59:46 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-09-01 14:49:20 +0100 |
commit | 48e06fe0ed8c265336bb7320c3a294fd0d082c04 (patch) | |
tree | eae76ba03a3b3809a3675c2ce2e237cc9f334ee2 /target-tricore/Makefile.objs | |
parent | 5cd1475d28fc6e3d617e6cc47ab7c8050cf7fa40 (diff) |
target-tricore: Add target stubs and qom-cpu
Add TriCore target stubs, and QOM cpu, and Maintainer
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-id: 1409572800-4116-2-git-send-email-kbastian@mail.uni-paderborn.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-tricore/Makefile.objs')
-rw-r--r-- | target-tricore/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-tricore/Makefile.objs b/target-tricore/Makefile.objs new file mode 100644 index 0000000000..21e820d8f9 --- /dev/null +++ b/target-tricore/Makefile.objs @@ -0,0 +1 @@ +obj-y += translate.o helper.o cpu.o op_helper.o |