summaryrefslogtreecommitdiff
path: root/target-s390x/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 07:33:40 +0000
committerAlexander Graf <agraf@suse.de>2012-09-10 13:38:33 +0200
commit19b0516fb4fd22b08c6ee42ea4162aaf3b9c8ee1 (patch)
treea07d0e71ec514a4302b50105b3efa04c0acc6824 /target-s390x/Makefile.objs
parent089f5c06926105a35df461003ae32b7387ed4236 (diff)
downloadqemu-19b0516fb4fd22b08c6ee42ea4162aaf3b9c8ee1.tar.gz
target-s390x: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0. Remove temporary wrappers and switch to AREG0 free mode. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> [agraf: fix conflicts] Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-s390x/Makefile.objs')
-rw-r--r--target-s390x/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-s390x/Makefile.objs b/target-s390x/Makefile.objs
index 156d9469a3..e728abf759 100644
--- a/target-s390x/Makefile.objs
+++ b/target-s390x/Makefile.objs
@@ -2,5 +2,3 @@ obj-y += translate.o helper.o cpu.o interrupt.o
obj-y += int_helper.o fpu_helper.o cc_helper.o mem_helper.o misc_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o
-
-$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)