aboutsummaryrefslogtreecommitdiff
path: root/sim/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sim/Makefile.am')
-rw-r--r--sim/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am
index 6fa3b62..c04f948 100644
--- a/sim/Makefile.am
+++ b/sim/Makefile.am
@@ -79,8 +79,14 @@ endif
if SIM_ENABLE_ARCH_m68hc11
include m68hc11/local.mk
endif
+if SIM_ENABLE_ARCH_mn10300
+include mn10300/local.mk
+endif
if SIM_ENABLE_ARCH_sh
include sh/local.mk
endif
+if SIM_ENABLE_ARCH_v850
+include v850/local.mk
+endif
all-recursive: $(SIM_ALL_RECURSIVE_DEPS)