summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-05-25 13:14:56 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-06-22 15:01:46 +0000
commitb501b5e461fbf3f5c6cd91c8c933e6f4de627bee (patch)
tree73d65e41049cf17a50d29e08d4a53da796d73558 /Makefile.target
parent02da0b2d7152f736b1fba95902f55db4fd7ea3a5 (diff)
downloadhqemu-b501b5e461fbf3f5c6cd91c8c933e6f4de627bee.zip
hqemu-b501b5e461fbf3f5c6cd91c8c933e6f4de627bee.tar.gz
Revert "Makefile.target: Allow target helpers to be in any *_helper.c file"
Reverts commit 348883d4828d7434e1053407818598f7fb15e594, so the global env is no longer available to helper.c files other than op_helper.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 03d3646..37bb28e 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -91,7 +91,7 @@ tcg/tcg.o: cpu.h
# HELPER_CFLAGS is used for all the code compiled with static register
# variables
-%_helper.o cpu-exec.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+op_helper.o cpu-exec.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.
OpenPOWER on IntegriCloud