]> git.proxmox.com Git - qemu.git/blob - target-unicore32/Makefile.objs
Merge remote-tracking branch 'kraxel/seabios-5a02306' into staging
[qemu.git] / target-unicore32 / Makefile.objs
1 obj-y += translate.o op_helper.o helper.o cpu.o
2 obj-y += ucf64_helper.o
3
4 obj-$(CONFIG_SOFTMMU) += machine.o softmmu.o
5
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)