summaryrefslogtreecommitdiff
path: root/target-lm32/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 06:57:17 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-09-15 17:44:32 +0000
commit32ac0ca2ecc0ea0eb6b868abcbe0a7d094870cfd (patch)
treefdd9e7fe3d64eae9860bfad4c254d6a0a40b574b /target-lm32/Makefile.objs
parent46ee3d8455d4d67a1a9438a4b1f1e4ebf977d97b (diff)
downloadqemu-32ac0ca2ecc0ea0eb6b868abcbe0a7d094870cfd.tar.gz
target-lm32: 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>
Diffstat (limited to 'target-lm32/Makefile.objs')
-rw-r--r--target-lm32/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-lm32/Makefile.objs b/target-lm32/Makefile.objs
index 2e0e093e1f..ca20f21443 100644
--- a/target-lm32/Makefile.objs
+++ b/target-lm32/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)