X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-lm32%2FMakefile.objs;h=2e0e093e1f989c1fa4d0922fc4d7efa195d5bc77;hb=c5240d823292f174ed78563043436d3013c21c6f;hp=c574c9ea7db349909263d060fab214140b8a5a0b;hpb=5e8861a0361d8d39ab69fe557294471c28c49c8b;p=qemu.git diff --git a/target-lm32/Makefile.objs b/target-lm32/Makefile.objs index c574c9ea7..2e0e093e1 100644 --- a/target-lm32/Makefile.objs +++ b/target-lm32/Makefile.objs @@ -1 +1,4 @@ -# still empty +obj-y += translate.o op_helper.o helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += machine.o + +$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)