]> git.proxmox.com Git - mirror_qemu.git/blob - target-microblaze/Makefile.objs
build: move other target-*/ objects to nested Makefile.objs
[mirror_qemu.git] / target-microblaze / Makefile.objs
1 obj-y += translate.o op_helper.o helper.o cpu.o
2 obj-$(CONFIG_SOFTMMU) += mmu.o machine.o
3
4 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)