diff options
Diffstat (limited to 'target-lm32')
-rw-r--r-- | target-lm32/Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-lm32/Makefile.objs b/target-lm32/Makefile.objs index 8e9be602a5..2e0e093e1f 100644 --- a/target-lm32/Makefile.objs +++ b/target-lm32/Makefile.objs @@ -1,3 +1,4 @@ -obj-y += op_helper.o helper.o cpu.o +obj-y += translate.o op_helper.o helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += machine.o $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |