summaryrefslogtreecommitdiff
path: root/target-mips/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 14:52:59 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-09-15 17:51:13 +0000
commit895c2d0435924532c92252fbbf5c4caec8540d34 (patch)
tree188ae229f3abbf3c915c94d4493f32030d7a56de /target-mips/Makefile.objs
parent485d003539b96c33b9f9f7c627d1071524ecc6a7 (diff)
downloadqemu-895c2d0435924532c92252fbbf5c4caec8540d34.tar.gz
target-mips: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-mips/Makefile.objs')
-rw-r--r--target-mips/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/Makefile.objs b/target-mips/Makefile.objs
index 2e0e093e1f..ca20f21443 100644
--- a/target-mips/Makefile.objs
+++ b/target-mips/Makefile.objs
@@ -1,4 +1,2 @@
obj-y += translate.o op_helper.o helper.o cpu.o
obj-$(CONFIG_SOFTMMU) += machine.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)