diff options
Diffstat (limited to 'target/lm32/Makefile.objs')
-rw-r--r-- | target/lm32/Makefile.objs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/lm32/Makefile.objs b/target/lm32/Makefile.objs new file mode 100644 index 0000000000..c3e1bd6bd6 --- /dev/null +++ b/target/lm32/Makefile.objs @@ -0,0 +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 |