diff options
author | Michael Walle <michael@walle.cc> | 2014-04-22 20:18:42 +0200 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2014-05-24 19:42:29 +0200 |
commit | f7bbcfb5c303a07322f1e0f258a936a720183169 (patch) | |
tree | f80eb40b70e9521fddfa6b96fbb8e9247c4e51c7 /target-lm32/Makefile.objs | |
parent | a946ce802002fe6233adbf1a6222d0837d44fc33 (diff) | |
download | qemu-f7bbcfb5c303a07322f1e0f258a936a720183169.tar.gz qemu-f7bbcfb5c303a07322f1e0f258a936a720183169.tar.bz2 qemu-f7bbcfb5c303a07322f1e0f258a936a720183169.zip |
target-lm32: add semihosting support
Intercept certain system calls if semihosting is enabled. This should
behave like the GDB simulator.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'target-lm32/Makefile.objs')
-rw-r--r-- | target-lm32/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-lm32/Makefile.objs b/target-lm32/Makefile.objs index 40236876c8..c3e1bd6bd6 100644 --- a/target-lm32/Makefile.objs +++ b/target-lm32/Makefile.objs @@ -1,3 +1,4 @@ obj-y += translate.o op_helper.o helper.o cpu.o obj-y += gdbstub.o +obj-y += lm32-semi.o obj-$(CONFIG_SOFTMMU) += machine.o |