aboutsummaryrefslogtreecommitdiff
path: root/target-unicore32/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 07:42:33 +0000
committerMichael Roth <mdroth@linux.vnet.ibm.com>2012-10-09 01:42:07 -0500
commitaf411212ce32a3ba5b191795b8f74fc0c7241e14 (patch)
tree7b5ed3c318851943dcede278dfaabd3d8d56a14a /target-unicore32/Makefile.objs
parente67d4921fdfe42f3bbea3eaa40c4db496d3637ea (diff)
target-unicore32: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Tested-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'target-unicore32/Makefile.objs')
-rw-r--r--target-unicore32/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-unicore32/Makefile.objs b/target-unicore32/Makefile.objs
index 777f01fef8..8e143da937 100644
--- a/target-unicore32/Makefile.objs
+++ b/target-unicore32/Makefile.objs
@@ -2,5 +2,3 @@ obj-y += translate.o op_helper.o helper.o cpu.o
obj-y += ucf64_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o softmmu.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)