]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-microblaze/Makefile.objs
build: move libobj-y variable to nested Makefile.objs
[mirror_qemu.git] / target-microblaze / Makefile.objs
index c574c9ea7db349909263d060fab214140b8a5a0b..9a50c2846f5a5cabe60f2bbc5e11c5428c553185 100644 (file)
@@ -1 +1,4 @@
-# still empty
+obj-y += op_helper.o helper.o cpu.o
+obj-$(CONFIG_SOFTMMU) += mmu.o
+
+$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)