build: install qmp-commands.txt
[qemu/ar7.git] / target-i386 / Makefile.objs
blobf91375578c7e101749639d16afcb7b42e588dd13
1 obj-y += translate.o op_helper.o helper.o cpu.o
2 obj-$(CONFIG_SOFTMMU) += machine.o arch_memory_mapping.o arch_dump.o
3 obj-$(CONFIG_KVM) += kvm.o hyperv.o
4 obj-$(CONFIG_LINUX_USER) += ioport-user.o
5 obj-$(CONFIG_BSD_USER) += ioport-user.o
7 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)