]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-xtensa/Makefile.objs
build: move libobj-y variable to nested Makefile.objs
[mirror_qemu.git] / target-xtensa / Makefile.objs
index a49ca8d09f6301f4c298000d3e8b5b08b714f943..3cdf604c05469d5b3f2860b0217c3b8473f77e8e 100644 (file)
@@ -2,3 +2,6 @@ obj-y += xtensa-semi.o
 obj-y += core-dc232b.o
 obj-y += core-dc233c.o
 obj-y += core-fsf.o
+obj-y += op_helper.o helper.o cpu.o
+
+$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)