f7bbcfb5c3
Intercept certain system calls if semihosting is enabled. This should behave like the GDB simulator. Signed-off-by: Michael Walle <michael@walle.cc>
5 lines
123 B
Makefile
5 lines
123 B
Makefile
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
|