]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
[qemu.git] / Makefile.target
index c566eb1149276f27bcf1a04c89c8b8934983ec17..fe785161cb40d3423201618b0336614297aeaeb5 100644 (file)
@@ -95,7 +95,7 @@ tcg/tcg.o: cpu.h
 
 # HELPER_CFLAGS is used for all the code compiled with static register
 # variables
-%_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+op_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
 
 # Note: this is a workaround. The real fix is to avoid compiling
 # cpu_signal_handler() in user-exec.c.