Revision 471857dd

b/Makefile.target
47 47
libobj-$(CONFIG_SOFTFLOAT) += fpu/softfloat.o
48 48
libobj-$(CONFIG_NOSOFTFLOAT) += fpu/softfloat-native.o
49 49
libobj-y += op_helper.o helper.o
50
libobj-$(CONFIG_NEED_MMU) += mmu.o
50 51

  
51 52
ifeq ($(TARGET_BASE_ARCH), arm)
52 53
libobj-y += neon_helper.o iwmmxt_helper.o
......
58 59

  
59 60
ifeq ($(TARGET_BASE_ARCH), cris)
60 61
libobj-y += cris-dis.o
61

  
62
libobj-$(CONFIG_SOFTMMU) += mmu.o
63 62
endif
64 63

  
65 64
# NOTE: the disassembler code is only needed for debugging
......
79 78
endif
80 79
ifeq ($(findstring microblaze, $(TARGET_BASE_ARCH) $(ARCH)),microblaze)
81 80
libobj-y += microblaze-dis.o
82
libobj-$(CONFIG_SOFTMMU) += mmu.o
83 81
endif
84 82
ifeq ($(findstring mips, $(TARGET_BASE_ARCH) $(ARCH)),mips)
85 83
libobj-y += mips-dis.o
b/configure
2088 2088
;;
2089 2089
esac
2090 2090

  
2091
if test "$target_softmmu" = "yes" -a \( \
2092
        "$TARGET_ARCH" = "microblaze" -o \
2093
        "$TARGET_ARCH" = "cris" \) ; then
2094
  echo "CONFIG_NEED_MMU=y" >> $config_mak
2095
fi
2096

  
2091 2097
if test "$gprof" = "yes" ; then
2092 2098
  echo "TARGET_GPROF=yes" >> $config_mak
2093 2099
  if test "$target_linux_user" = "yes" ; then

Also available in: Unified diff