]> git.proxmox.com Git - qemu.git/blobdiff - target-lm32/Makefile.objs
unicore32: Disintegrate cpu_dump_state_ucf64 function
[qemu.git] / target-lm32 / Makefile.objs
index c574c9ea7db349909263d060fab214140b8a5a0b..2e0e093e1f989c1fa4d0922fc4d7efa195d5bc77 100644 (file)
@@ -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)