diff options
Diffstat (limited to 'target/sh4/Makefile.objs')
-rw-r--r-- | target/sh4/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/sh4/Makefile.objs b/target/sh4/Makefile.objs new file mode 100644 index 0000000000..2c25d96e65 --- /dev/null +++ b/target/sh4/Makefile.objs @@ -0,0 +1,3 @@ +obj-y += translate.o op_helper.o helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += monitor.o +obj-y += gdbstub.o |