diff options
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 9a55a0c..a113c3a 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -97,6 +97,10 @@ if test "${enable_sim}" != no; then AC_CONFIG_SUBDIRS(mcore) testsuite=yes ;; + microblaze-*-*) + AC_CONFIG_SUBDIRS(microblaze) + testsuite=yes + ;; mips*-*-*) AC_CONFIG_SUBDIRS(mips) testsuite=yes |