diff options
Diffstat (limited to 'sim/Makefile.am')
-rw-r--r-- | sim/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index 4831fbc..909bec0 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -71,6 +71,9 @@ include igen/local.mk endif include testsuite/local.mk +if SIM_ENABLE_ARCH_arm +include arm/local.mk +endif if SIM_ENABLE_ARCH_bpf include bpf/local.mk endif @@ -83,6 +86,9 @@ endif if SIM_ENABLE_ARCH_d10v include d10v/local.mk endif +if SIM_ENABLE_ARCH_erc32 +include erc32/local.mk +endif if SIM_ENABLE_ARCH_frv include frv/local.mk endif @@ -107,6 +113,12 @@ endif if SIM_ENABLE_ARCH_or1k include or1k/local.mk endif +if SIM_ENABLE_ARCH_ppc +include ppc/local.mk +endif +if SIM_ENABLE_ARCH_rx +include rx/local.mk +endif if SIM_ENABLE_ARCH_sh include sh/local.mk endif |