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