diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-09-02 08:39:22 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-09-15 17:44:33 +0000 |
commit | 64254eba53198fd14b52128b3f0026000d2dc4ab (patch) | |
tree | 35fd4a6edfe7975d04888aca27357339456dc585 /target-microblaze/Makefile.objs | |
parent | d31dd73e48561de5f9d718febfb44224f7aab818 (diff) |
target-microblaze: 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-microblaze/Makefile.objs')
-rw-r--r-- | target-microblaze/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-microblaze/Makefile.objs b/target-microblaze/Makefile.objs index 4b09e8c6b5..afb87bcc80 100644 --- a/target-microblaze/Makefile.objs +++ b/target-microblaze/Makefile.objs @@ -1,4 +1,2 @@ obj-y += translate.o op_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += mmu.o machine.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |