]> git.proxmox.com Git - mirror_qemu.git/blob - target-i386/Makefile.objs
build: move libobj-y variable to nested Makefile.objs
[mirror_qemu.git] / target-i386 / Makefile.objs
1 obj-y += op_helper.o helper.o cpu.o
2 obj-$(CONFIG_KVM) += hyperv.o
3 obj-$(CONFIG_LINUX_USER) += ioport-user.o
4 obj-$(CONFIG_BSD_USER) += ioport-user.o
5
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)