diff options
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2014-09-01 12:59:47 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-09-01 14:49:20 +0100 |
commit | e2d05011030d99fa0db1eeab1ca3c8fc497a6c95 (patch) | |
tree | a31a51b8dc95d7bb3111ccbae42e61c71b5a7f28 /hw/tricore/Makefile.objs | |
parent | 48e06fe0ed8c265336bb7320c3a294fd0d082c04 (diff) |
target-tricore: Add board for systemmode
Add basic board to allow systemmode emulation
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-id: 1409572800-4116-3-git-send-email-kbastian@mail.uni-paderborn.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/tricore/Makefile.objs')
-rw-r--r-- | hw/tricore/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/tricore/Makefile.objs b/hw/tricore/Makefile.objs new file mode 100644 index 0000000000..435e095cff --- /dev/null +++ b/hw/tricore/Makefile.objs @@ -0,0 +1 @@ +obj-y += tricore_testboard.o |